PXE_CPB_TRANSMIT_FRAGMENTS.Frag_

Array of frame fragment descriptors. The first byte of the first fragment is also the first byte of the media header.

struct PXE_CPB_TRANSMIT_FRAGMENTS
static
struct Frag_ {}

Members

Variables

FragAddr
PXE_UINT64 FragAddr;

Address of this frame fragment.

FragLen
PXE_UINT32 FragLen;

Length of this frame fragment.

reserved
PXE_UINT32 reserved;

Reserved, must be set to zero.

Meta