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

Data Fields

UINT32 NumberOfInterfaces
 
UINT32 reserved
 
UNDI_CONFIG_TABLEnextlink
 
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]
 

Detailed Description

The format of the configuration table for UNDI

Field Documentation

VOID* undiconfig_table::DevicePathPointer

Pointer to the device path for this NIC.

UNDI_CONFIG_TABLE* undiconfig_table::nextlink

A pointer to the next UNDI configuration table.

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.

UINT32 undiconfig_table::NumberOfInterfaces

The number of NIC devices that this UNDI controls.

UINT32 undiconfig_table::reserved