MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
s_pxe_cpb_receive Struct Reference

Data Fields

PXE_UINT64 BufferAddr
 
PXE_UINT32 BufferLen
 
PXE_UINT32 reserved
 

Field Documentation

PXE_UINT64 s_pxe_cpb_receive::BufferAddr

Address of first byte of receive buffer. This is also the first byte of the frame header.

PXE_UINT32 s_pxe_cpb_receive::BufferLen

Length of receive buffer. This must be large enough to hold the received frame (media header + data). If the length of smaller than the received frame, data will be lost.

PXE_UINT32 s_pxe_cpb_receive::reserved

Reserved, must be set to zero.