| 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 * | lso_eth_payload_bufs [BUFS_NUM] |
| struct doca_gather_list * | lso_pkt_headers [GATHER_LISTS_NUM] |
| struct doca_task_batch * | lso_send_task_batch |
| uint8_t * | lso_pkt_headers_buf |
| uint8_t | src_mac_addr [DOCA_DEVINFO_MAC_ADDR_SIZE] |
| uint32_t | inflight_task_batches |
Definition at line 56 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| struct eth_core_resources eth_txq_batch_lso_send_sample_objects::core_resources |
Definition at line 545 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| struct doca_eth_txq* eth_txq_batch_lso_send_sample_objects::eth_txq |
Definition at line 58 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| uint32_t eth_txq_batch_lso_send_sample_objects::inflight_task_batches |
Definition at line 65 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| struct doca_buf* eth_txq_batch_lso_send_sample_objects::lso_eth_payload_bufs[BUFS_NUM] |
Definition at line 59 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| struct doca_gather_list* eth_txq_batch_lso_send_sample_objects::lso_pkt_headers[GATHER_LISTS_NUM] |
Definition at line 60 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| uint8_t* eth_txq_batch_lso_send_sample_objects::lso_pkt_headers_buf |
Definition at line 63 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| struct doca_task_batch* eth_txq_batch_lso_send_sample_objects::lso_send_task_batch |
Definition at line 62 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.
| uint8_t eth_txq_batch_lso_send_sample_objects::src_mac_addr[DOCA_DEVINFO_MAC_ADDR_SIZE] |
Definition at line 64 of file eth_txq_batch_lso_send_ethernet_frames_sample.c.