XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
s_pxe_pcc_config_info Struct Reference

#include <UefiPxe.h>

Public Attributes

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 
 

Member Data Documentation

◆ Bus

PXE_UINT16 s_pxe_pcc_config_info::Bus

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

◆ 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.

◆ Byte

PXE_UINT8 s_pxe_pcc_config_info::Byte[256]

◆ [union]

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

◆ Dword

PXE_UINT32 s_pxe_pcc_config_info::Dword[64]

◆ Function

PXE_UINT8 s_pxe_pcc_config_info::Function

◆ Word

PXE_UINT16 s_pxe_pcc_config_info::Word[128]

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