|
XenevaOS
|
#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 | |
| PXE_UINT16 s_pxe_pcc_config_info::Bus |
This identifies the PCC network device that this UNDI interface is bound to.
| 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.
| PXE_UINT8 s_pxe_pcc_config_info::Byte[256] |
| union { ... } s_pxe_pcc_config_info::Config |
This is a copy of the PCC configuration space for this network device.
| PXE_UINT8 s_pxe_pcc_config_info::Device |
| PXE_UINT32 s_pxe_pcc_config_info::Dword[64] |
| PXE_UINT8 s_pxe_pcc_config_info::Function |
| PXE_UINT16 s_pxe_pcc_config_info::Word[128] |