PXE_DB_GET_INIT_INFO

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

Members

Variables

FrameDataLen
PXE_UINT32 FrameDataLen;

Maximum frame data length for Tx/Rx excluding the media header.

HWaddrLen
PXE_UINT16 HWaddrLen;

Number of bytes in the NIC hardware (MAC) address.

IFtype
PXE_UINT8 IFtype;

Hardware interface types defined in the Assigned Numbers RFC and used in DHCP and ARP packets. See the PXE_IFTYPE typedef and PXE_IFTYPE_xxx macros.

LinkSpeeds
PXE_UINT32[4] LinkSpeeds;

Supported link speeds are in units of mega bits. Common ethernet values are 10, 100 and 1000. Unused LinkSpeeds[] entries are zero filled.

MCastFilterCnt
PXE_UINT16 MCastFilterCnt;

Maximum number of multicast MAC addresses in the multicast MAC address filter list.

MediaHeaderLen
PXE_UINT16 MediaHeaderLen;

Media header length. This is the typical media header length for this UNDI. This information is needed when allocating receive and transmit buffers.

MemoryRequired
PXE_UINT32 MemoryRequired;

Minimum length of locked memory buffer that must be given to the Initialize command. Giving UNDI more memory will generally give better performance.

NvCount
PXE_UINT32 NvCount;

Number of non-volatile storage items.

NvWidth
PXE_UINT16 NvWidth;

Width of non-volatile storage item in bytes. 0, 1, 2 or 4

RxBufCnt
PXE_UINT16 RxBufCnt;
Undocumented in source.
RxBufSize
PXE_UINT16 RxBufSize;
Undocumented in source.
SupportedDuplexModes
PXE_UINT8 SupportedDuplexModes;

Supported duplex. See PXE_DUPLEX_xxxxx #defines below.

SupportedLoopBackModes
PXE_UINT8 SupportedLoopBackModes;

Supported loopback options. See PXE_LOOPBACK_xxxxx #defines below.

TxBufCnt
PXE_UINT16 TxBufCnt;

Default number and size of transmit and receive buffers that will be allocated by the UNDI. If MemoryRequired is non-zero, this allocation will come out of the memory buffer given to the Initialize command. If MemoryRequired is zero, this allocation will come out of memory on the NIC.

TxBufSize
PXE_UINT16 TxBufSize;
Undocumented in source.

Meta