iPXE
|
Parameter block for pxenv_undi_get_nic_type() More...
#include <pxe_api.h>
Data Structures | |
union | nic_type_info |
NIC information. More... | |
Data Fields | |
PXENV_STATUS_t | Status |
PXE status code. More... | |
UINT8_t | NicType |
NIC type. More... | |
union s_PXENV_UNDI_GET_NIC_TYPE::nic_type_info | info |
Parameter block for pxenv_undi_get_nic_type()
PXENV_STATUS_t s_PXENV_UNDI_GET_NIC_TYPE::Status |
PXE status code.
Definition at line 1330 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
UINT8_t s_PXENV_UNDI_GET_NIC_TYPE::NicType |
NIC type.
Valid values are PCI_NIC, PnP_NIC or CardBus_NIC.
Definition at line 1335 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
union s_PXENV_UNDI_GET_NIC_TYPE::nic_type_info s_PXENV_UNDI_GET_NIC_TYPE::info |
Referenced by pxenv_undi_get_nic_type().