PXE_CPB_RECEIVE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

BufferAddr
PXE_UINT64 BufferAddr;

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

BufferLen
PXE_UINT32 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.

reserved
PXE_UINT32 reserved;

Reserved, must be set to zero.

Meta