NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
eth_rxq_sample_objects Struct Reference
Collaboration diagram for eth_rxq_sample_objects:

Data Fields

struct eth_core_resources core_resources
 
struct eth_rxq_flow_resources flow_resources
 
struct doca_eth_rxq * eth_rxq
 
uint64_t total_received_packets
 
uint16_t rxq_flow_queue_id
 
bool timestamp_enable
 
uint16_t headroom_size
 
uint16_t tailroom_size
 
uint64_t total_cb_counter
 
uint64_t success_cb_counter
 
struct doca_buf * packet_buf
 
struct doca_eth_rxq_task_recv * recv_task
 
uint32_t inflight_tasks
 

Detailed Description

Field Documentation

◆ core_resources

struct eth_core_resources eth_rxq_sample_objects::core_resources

◆ eth_rxq

struct doca_eth_rxq * eth_rxq_sample_objects::eth_rxq

◆ flow_resources

struct eth_rxq_flow_resources eth_rxq_sample_objects::flow_resources

◆ headroom_size

uint16_t eth_rxq_sample_objects::headroom_size

◆ inflight_tasks

uint32_t eth_rxq_sample_objects::inflight_tasks

Definition at line 57 of file eth_rxq_regular_receive_sample.c.

◆ packet_buf

struct doca_buf* eth_rxq_sample_objects::packet_buf

Definition at line 55 of file eth_rxq_regular_receive_sample.c.

◆ recv_task

struct doca_eth_rxq_task_recv* eth_rxq_sample_objects::recv_task

Definition at line 56 of file eth_rxq_regular_receive_sample.c.

◆ rxq_flow_queue_id

uint16_t eth_rxq_sample_objects::rxq_flow_queue_id

◆ success_cb_counter

uint64_t eth_rxq_sample_objects::success_cb_counter

Definition at line 58 of file eth_rxq_managed_mempool_receive_sample.c.

◆ tailroom_size

uint16_t eth_rxq_sample_objects::tailroom_size

◆ timestamp_enable

bool eth_rxq_sample_objects::timestamp_enable

◆ total_cb_counter

uint64_t eth_rxq_sample_objects::total_cb_counter

Definition at line 57 of file eth_rxq_managed_mempool_receive_sample.c.

◆ total_received_packets

uint64_t eth_rxq_sample_objects::total_received_packets

The documentation for this struct was generated from the following files: