iPXE
|
#include <UefiPxe.h>
Data Fields | |
struct { | |
PXE_UINT32 BusType | |
See S/W UNDI ROMID structure definition for PCI and PCC BusType definitions. | |
PXE_UINT16 Bus | |
Bus, device & function numbers that locate this device. | |
PXE_UINT8 Device | |
PXE_UINT8 Function | |
} | PCI |
PCI and PC Card NICs are both identified using bus, device and function numbers. | |
struct { | |
PXE_UINT32 BusType | |
See S/W UNDI ROMID structure definition for PCI and PCC BusType definitions. | |
PXE_UINT16 Bus | |
Bus, device & function numbers that locate this device. | |
PXE_UINT8 Device | |
PXE_UINT8 Function | |
} | PCC |
struct { ... } pxe_device::PCI |
PCI and PC Card NICs are both identified using bus, device and function numbers.
For PC Card, this may require PC Card services to be loaded in the BIOS or preboot environment.
struct { ... } pxe_device::PCC |