TianoCore EDK2 master
Loading...
Searching...
No Matches
s_pxe_pcc_config_info Struct Reference

Data Fields

PXE_UINT32 BusType
 
PXE_UINT16 Bus
 
PXE_UINT8 Device
 
PXE_UINT8 Function
 
union {
   PXE_UINT8   Byte [256]
 
   PXE_UINT16   Word [128]
 
   PXE_UINT32   Dword [64]
 
Config
 

Detailed Description

Definition at line 1209 of file UefiPxe.h.

Field Documentation

◆ 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 1220 of file UefiPxe.h.

◆ 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 1214 of file UefiPxe.h.

◆ Byte

PXE_UINT8 s_pxe_pcc_config_info::Byte[256]

Definition at line 1229 of file UefiPxe.h.

◆ 

union { ... } s_pxe_pcc_config_info::Config

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

◆ Device

PXE_UINT8 s_pxe_pcc_config_info::Device

Definition at line 1221 of file UefiPxe.h.

◆ Dword

PXE_UINT32 s_pxe_pcc_config_info::Dword[64]

Definition at line 1231 of file UefiPxe.h.

◆ Function

PXE_UINT8 s_pxe_pcc_config_info::Function

Definition at line 1222 of file UefiPxe.h.

◆ Word

PXE_UINT16 s_pxe_pcc_config_info::Word[128]

Definition at line 1230 of file UefiPxe.h.


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