| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <doca_pcc_dev.h>#include <doca_pcc_dev_event.h>#include <doca_pcc_dev_algo_access.h>#include "pcc_common_dev.h"#include "telem_template.h"
Go to the source code of this file.
Macros | |
| #define | DOCA_PCC_DEV_EVNT_ROCE_ACK_MASK (1 << DOCA_PCC_DEV_EVNT_ROCE_ACK) |
Functions | |
| void | doca_pcc_dev_user_algo (doca_pcc_dev_algo_ctxt_t *algo_ctxt, doca_pcc_dev_event_t *event, const doca_pcc_dev_attr_t *attr, doca_pcc_dev_results_t *results) |
| Entry point to the user algorithm handling code. More... | |
| void | doca_pcc_dev_user_init (uint32_t *disable_event_bitmask) |
| Entry point to the user one time initialization code. More... | |
| doca_pcc_dev_error_t | doca_pcc_dev_user_set_algo_params (uint32_t port_num, uint32_t algo_slot, uint32_t param_id_base, uint32_t param_num, const uint32_t *new_param_values, uint32_t *params) |
| User callback executed then parameters are set. More... | |
| #define DOCA_PCC_DEV_EVNT_ROCE_ACK_MASK (1 << DOCA_PCC_DEV_EVNT_ROCE_ACK) |
Definition at line 32 of file rp_switch_telemetry_dev_main.c.