iPXE
Data Structures | Data Fields

A transmit buffer descriptor, as pointed to by s_PXENV_UNDI_TRANSMIT::TBD. More...

#include <pxe_api.h>

Data Structures

struct  DataBlk
 Array of up to MAX_DATA_BLKS additional transmit buffers. More...
 

Data Fields

UINT16_t ImmedLength
 Length of the transmit buffer. More...
 
SEGOFF16_t Xmit
 Address of the transmit buffer. More...
 
UINT16_t DataBlkCount
 
struct s_PXENV_UNDI_TBD::DataBlk DataBlock [MAX_DATA_BLKS]
 

Detailed Description

A transmit buffer descriptor, as pointed to by s_PXENV_UNDI_TRANSMIT::TBD.

Definition at line 1025 of file pxe_api.h.

Field Documentation

◆ ImmedLength

UINT16_t s_PXENV_UNDI_TBD::ImmedLength

Length of the transmit buffer.

Definition at line 1026 of file pxe_api.h.

Referenced by pxenv_undi_transmit().

◆ Xmit

SEGOFF16_t s_PXENV_UNDI_TBD::Xmit

Address of the transmit buffer.

Definition at line 1027 of file pxe_api.h.

Referenced by pxenv_undi_transmit().

◆ DataBlkCount

UINT16_t s_PXENV_UNDI_TBD::DataBlkCount

Definition at line 1028 of file pxe_api.h.

Referenced by pxenv_undi_transmit().

◆ DataBlock

struct s_PXENV_UNDI_TBD::DataBlk s_PXENV_UNDI_TBD::DataBlock[MAX_DATA_BLKS]

Referenced by pxenv_undi_transmit().


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