TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h>
Data Fields | |
UINT32 | NumberOfInterfaces |
UINT32 | reserved |
UNDI_CONFIG_TABLE * | nextlink |
struct { | |
VOID * NII_InterfacePointer | |
Pointer to the NII interface structure. More... | |
VOID * DevicePathPointer | |
Pointer to the device path for this NIC. More... | |
} | NII_entry [1] |
The format of the configuration table for UNDI
Definition at line 92 of file NetworkInterfaceIdentifier.h.
VOID* undiconfig_table::DevicePathPointer |
Pointer to the device path for this NIC.
Definition at line 103 of file NetworkInterfaceIdentifier.h.
UNDI_CONFIG_TABLE* undiconfig_table::nextlink |
A pointer to the next UNDI configuration table.
Definition at line 96 of file NetworkInterfaceIdentifier.h.
struct { ... } undiconfig_table::NII_entry[1] |
The length of this array is given in the NumberOfInterfaces field.
VOID* undiconfig_table::NII_InterfacePointer |
Pointer to the NII interface structure.
Definition at line 102 of file NetworkInterfaceIdentifier.h.
UINT32 undiconfig_table::NumberOfInterfaces |
The number of NIC devices that this UNDI controls.
Definition at line 93 of file NetworkInterfaceIdentifier.h.
UINT32 undiconfig_table::reserved |
Definition at line 95 of file NetworkInterfaceIdentifier.h.