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

Data Fields | |
| struct eth_core_resources | core_resources |
| struct doca_eth_txq * | eth_txq |
| struct doca_buf * | eth_frame_buf |
| struct doca_eth_txq_task_send * | send_task |
| uint8_t | src_mac_addr [DOCA_DEVINFO_MAC_ADDR_SIZE] |
| uint32_t | inflight_tasks |
Definition at line 51 of file eth_txq_send_ethernet_frames_sample.c.
| struct eth_core_resources eth_txq_sample_objects::core_resources |
Definition at line 409 of file eth_txq_send_ethernet_frames_sample.c.
| struct doca_buf* eth_txq_sample_objects::eth_frame_buf |
Definition at line 54 of file eth_txq_send_ethernet_frames_sample.c.
| struct doca_eth_txq* eth_txq_sample_objects::eth_txq |
Definition at line 53 of file eth_txq_send_ethernet_frames_sample.c.
| uint32_t eth_txq_sample_objects::inflight_tasks |
Definition at line 57 of file eth_txq_send_ethernet_frames_sample.c.
| struct doca_eth_txq_task_send* eth_txq_sample_objects::send_task |
Definition at line 55 of file eth_txq_send_ethernet_frames_sample.c.
| uint8_t eth_txq_sample_objects::src_mac_addr[DOCA_DEVINFO_MAC_ADDR_SIZE] |
Definition at line 56 of file eth_txq_send_ethernet_frames_sample.c.