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

Data Fields

struct eth_core_resources core_resources
 
struct doca_eth_txq * eth_txq
 
struct doca_buf * lso_eth_payload_buf
 
struct doca_gather_listlso_pkt_headers
 
struct doca_eth_txq_task_lso_send * lso_send_task
 
uint8_t * lso_pkt_headers_buf
 
uint8_t src_mac_addr [DOCA_DEVINFO_MAC_ADDR_SIZE]
 
uint32_t inflight_tasks
 

Detailed Description

Definition at line 53 of file eth_txq_lso_send_ethernet_frames_sample.c.

Field Documentation

◆ core_resources

struct eth_core_resources eth_txq_lso_sample_objects::core_resources

Definition at line 452 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ eth_txq

struct doca_eth_txq* eth_txq_lso_sample_objects::eth_txq

Definition at line 55 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ inflight_tasks

uint32_t eth_txq_lso_sample_objects::inflight_tasks

Definition at line 61 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ lso_eth_payload_buf

struct doca_buf* eth_txq_lso_sample_objects::lso_eth_payload_buf

Definition at line 56 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ lso_pkt_headers

struct doca_gather_list* eth_txq_lso_sample_objects::lso_pkt_headers

Definition at line 57 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ lso_pkt_headers_buf

uint8_t* eth_txq_lso_sample_objects::lso_pkt_headers_buf

Definition at line 59 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ lso_send_task

struct doca_eth_txq_task_lso_send* eth_txq_lso_sample_objects::lso_send_task

Definition at line 58 of file eth_txq_lso_send_ethernet_frames_sample.c.

◆ src_mac_addr

uint8_t eth_txq_lso_sample_objects::src_mac_addr[DOCA_DEVINFO_MAC_ADDR_SIZE]

Definition at line 60 of file eth_txq_lso_send_ethernet_frames_sample.c.


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