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

Data Fields

UINT32 BusType
 
UINT16 Bus
 
UINT8 Device
 
UINT8 Function
 
union {
   UINT8   Byte [256]
 
   UINT16   Word [128]
 
   UINT32   Dword [64]
 
Config
 

Field Documentation

UINT16 s_pxe_pci_config_info::Bus

This identifies the PCI network device that this UNDI interface. is bound to.

UINT32 s_pxe_pci_config_info::BusType

This is the flag field for the PXE_DB_GET_CONFIG_INFO union. For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.

UINT8 s_pxe_pci_config_info::Byte[256]
union { ... } s_pxe_pci_config_info::Config

This is a copy of the PCI configuration space for this network device.

UINT8 s_pxe_pci_config_info::Device
UINT32 s_pxe_pci_config_info::Dword[64]
UINT8 s_pxe_pci_config_info::Function
UINT16 s_pxe_pci_config_info::Word[128]