iPXE
Data Fields
txnic_sqe Struct Reference

A send queue entry. More...

#include <thunderx.h>

Data Fields

struct txnic_send_header hdr
 Send header descriptor. More...
 
struct txnic_send_gather gather
 Send gather descriptor. More...
 

Detailed Description

A send queue entry.

Each send queue entry comprises a single send header subdescriptor and a single send gather subdescriptor.

Definition at line 152 of file thunderx.h.

Field Documentation

◆ hdr

struct txnic_send_header txnic_sqe::hdr

Send header descriptor.

Definition at line 154 of file thunderx.h.

Referenced by txnic_send().

◆ gather

struct txnic_send_gather txnic_sqe::gather

Send gather descriptor.

Definition at line 156 of file thunderx.h.

Referenced by txnic_send().


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