Intel Extensible Firmware Interface User Manual
Page 893

32/64-Bit UNDI Specification
Version 1.10
12/01/02
E-27
//*******************************************************
// UNDI Get Init Info
//*******************************************************
#define
PXE_STATFLAGS_CABLE_DETECT_MASK
0x0001
#define PXE_STATFLAGS_CABLE_DETECT_NOT_SUPPORTED
0x0000
#define PXE_STATFLAGS_CABLE_DETECT_SUPPORTED
0x0001
//*******************************************************
// UNDI Initialize
//*******************************************************
#define
PXE_STATFLAGS_INITIALIZED_NO_MEDIA
0x0001
//*******************************************************
// UNDI Reset
//*******************************************************
#define
PXE_STATFLAGS_RESET_NO_MEDIA
0x0001
//*******************************************************
// UNDI Shutdown
//*******************************************************
// No additional StatFlags
//*******************************************************
// UNDI Interrupt Enables
//*******************************************************
// If set, receive interrupts are enabled.
#define
PXE_STATFLAGS_INTERRUPT_RECEIVE
0x0001
// If set, transmit interrupts are enabled.
#define
PXE_STATFLAGS_INTERRUPT_TRANSMIT
0x0002
// If set, command interrupts are enabled.
#define
PXE_STATFLAGS_INTERRUPT_COMMAND
0x0004
//*******************************************************
// UNDI Receive Filters
//*******************************************************
// If set, unicast packets will be received.
#define PXE_STATFLAGS_RECEIVE_FILTER_UNICAST
0x0001