#include <UefiPxe.h>
Data Fields | |
| UINT32 | BusType |
| This is the flag field for the PXE_DB_GET_CONFIG_INFO union. | |
| UINT16 | Bus |
| This identifies the PCI network device that this UNDI interface is bound to. | |
| UINT8 | Device |
| UINT8 | Function |
| union { | |
| UINT8 Byte [256] | |
| UINT16 Word [128] | |
| UINT32 Dword [64] | |
| } | Config |
| This is a copy of the PCI configuration space for this network device. | |
Definition at line 1176 of file UefiPxe.h.
| union { ... } s_pxe_pci_config_info::Config |
This is a copy of the PCI configuration space for this network device.
1.5.7.1