iPXE
Data Fields
s_pxe_pci_config_info Struct Reference

#include <UefiPxe.h>

Data Fields

UINT32 BusType
 This is the flag field for the PXE_DB_GET_CONFIG_INFO union. More...
 
UINT16 Bus
 This identifies the PCI network device that this UNDI interface. More...
 
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. More...
 

Detailed Description

Definition at line 1185 of file UefiPxe.h.

Field Documentation

◆ BusType

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.

Definition at line 1190 of file UefiPxe.h.

◆ Bus

UINT16 s_pxe_pci_config_info::Bus

This identifies the PCI network device that this UNDI interface.

is bound to.

Definition at line 1196 of file UefiPxe.h.

◆ Device

UINT8 s_pxe_pci_config_info::Device

Definition at line 1197 of file UefiPxe.h.

◆ Function

UINT8 s_pxe_pci_config_info::Function

Definition at line 1198 of file UefiPxe.h.

◆ Byte

UINT8 s_pxe_pci_config_info::Byte[256]

Definition at line 1205 of file UefiPxe.h.

◆ Word

UINT16 s_pxe_pci_config_info::Word[128]

Definition at line 1206 of file UefiPxe.h.

◆ Dword

UINT32 s_pxe_pci_config_info::Dword[64]

Definition at line 1207 of file UefiPxe.h.

◆ Config

union { ... } s_pxe_pci_config_info::Config

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


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