iPXE
Data Fields
pxe_device Union Reference

#include <UefiPxe.h>

Data Fields

struct {
   PXE_UINT32   BusType
 See S/W UNDI ROMID structure definition for PCI and PCC BusType definitions. More...
 
   PXE_UINT16   Bus
 Bus, device & function numbers that locate this device. More...
 
   PXE_UINT8   Device
 
   PXE_UINT8   Function
 
PCI
 PCI and PC Card NICs are both identified using bus, device and function numbers. More...
 
struct {
   PXE_UINT32   BusType
 See S/W UNDI ROMID structure definition for PCI and PCC BusType definitions. More...
 
   PXE_UINT16   Bus
 Bus, device & function numbers that locate this device. More...
 
   PXE_UINT8   Device
 
   PXE_UINT8   Function
 
PCC
 

Detailed Description

Definition at line 893 of file UefiPxe.h.

Field Documentation

◆ BusType

PXE_UINT32 pxe_device::BusType

See S/W UNDI ROMID structure definition for PCI and PCC BusType definitions.

Definition at line 905 of file UefiPxe.h.

◆ Bus

PXE_UINT16 pxe_device::Bus

Bus, device & function numbers that locate this device.

Definition at line 910 of file UefiPxe.h.

◆ Device

PXE_UINT8 pxe_device::Device

Definition at line 911 of file UefiPxe.h.

◆ Function

PXE_UINT8 pxe_device::Function

Definition at line 912 of file UefiPxe.h.

◆ PCI

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.

◆ PCC

struct { ... } pxe_device::PCC

The documentation for this union was generated from the following file: