NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
rtt_template.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void rtt_template_algo (doca_pcc_dev_event_t *event, uint32_t *param, uint32_t *counter, doca_pcc_dev_algo_ctxt_t *algo_ctxt, doca_pcc_dev_results_t *results)
 
void rtt_template_init (uint32_t algo_idx)
 
doca_pcc_dev_error_t rtt_template_set_algo_params (uint32_t param_id_base, uint32_t param_num, const uint32_t *new_param_values, uint32_t *params)
 

Function Documentation

◆ rtt_template_algo()

void rtt_template_algo ( doca_pcc_dev_event_t event,
uint32_t *  param,
uint32_t *  counter,
doca_pcc_dev_algo_ctxt_t algo_ctxt,
doca_pcc_dev_results_t results 
)

Definition at line 441 of file rtt_template.c.

◆ rtt_template_init()

void rtt_template_init ( uint32_t  algo_idx)

Definition at line 81 of file rtt_template.c.

◆ rtt_template_set_algo_params()

doca_pcc_dev_error_t rtt_template_set_algo_params ( uint32_t  param_id_base,
uint32_t  param_num,
const uint32_t *  new_param_values,
uint32_t *  params 
)

Definition at line 474 of file rtt_template.c.