| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

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 |
Definition at line 54 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| struct eth_core_resources eth_rxq_sample_objects::core_resources |
Definition at line 449 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| struct doca_eth_rxq * eth_rxq_sample_objects::eth_rxq |
Definition at line 57 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| struct eth_rxq_flow_resources eth_rxq_sample_objects::flow_resources |
Definition at line 449 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| uint16_t eth_rxq_sample_objects::headroom_size |
Definition at line 61 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| uint32_t eth_rxq_sample_objects::inflight_tasks |
Definition at line 57 of file eth_rxq_regular_receive_sample.c.
| struct doca_buf* eth_rxq_sample_objects::packet_buf |
Definition at line 55 of file eth_rxq_regular_receive_sample.c.
| struct doca_eth_rxq_task_recv* eth_rxq_sample_objects::recv_task |
Definition at line 56 of file eth_rxq_regular_receive_sample.c.
| uint16_t eth_rxq_sample_objects::rxq_flow_queue_id |
Definition at line 59 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| uint64_t eth_rxq_sample_objects::success_cb_counter |
Definition at line 58 of file eth_rxq_managed_mempool_receive_sample.c.
| uint16_t eth_rxq_sample_objects::tailroom_size |
Definition at line 62 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| bool eth_rxq_sample_objects::timestamp_enable |
Definition at line 60 of file eth_rxq_batch_managed_mempool_receive_sample.c.
| uint64_t eth_rxq_sample_objects::total_cb_counter |
Definition at line 57 of file eth_rxq_managed_mempool_receive_sample.c.
| uint64_t eth_rxq_sample_objects::total_received_packets |
Definition at line 58 of file eth_rxq_batch_managed_mempool_receive_sample.c.