iPXE
Data Fields
s_pxe_pcc_config_info Struct Reference

#include <UefiPxe.h>

Data Fields

PXE_UINT32 BusType
 This is the flag field for the PXE_DB_GET_CONFIG_INFO union. More...
 
PXE_UINT16 Bus
 This identifies the PCC network device that this UNDI interface is bound to. More...
 
PXE_UINT8 Device
 
PXE_UINT8 Function
 
union {
   PXE_UINT8   Byte [256]
 
   PXE_UINT16   Word [128]
 
   PXE_UINT32   Dword [64]
 
Config
 This is a copy of the PCC configuration space for this network device. More...
 

Detailed Description

Definition at line 1211 of file UefiPxe.h.

Field Documentation

◆ BusType

PXE_UINT32 s_pxe_pcc_config_info::BusType

This is the flag field for the PXE_DB_GET_CONFIG_INFO union.

For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.

Definition at line 1216 of file UefiPxe.h.

◆ Bus

PXE_UINT16 s_pxe_pcc_config_info::Bus

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

Definition at line 1222 of file UefiPxe.h.

◆ Device

PXE_UINT8 s_pxe_pcc_config_info::Device

Definition at line 1223 of file UefiPxe.h.

◆ Function

PXE_UINT8 s_pxe_pcc_config_info::Function

Definition at line 1224 of file UefiPxe.h.

◆ Byte

PXE_UINT8 s_pxe_pcc_config_info::Byte[256]

Definition at line 1231 of file UefiPxe.h.

◆ Word

PXE_UINT16 s_pxe_pcc_config_info::Word[128]

Definition at line 1232 of file UefiPxe.h.

◆ Dword

PXE_UINT32 s_pxe_pcc_config_info::Dword[64]

Definition at line 1233 of file UefiPxe.h.

◆ Config

union { ... } s_pxe_pcc_config_info::Config

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


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