iPXE
Data Structures | Data Fields
s_PXENV_UNDI_GET_NIC_TYPE Struct Reference

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
 

Detailed Description

Parameter block for pxenv_undi_get_nic_type()

Definition at line 1329 of file pxe_api.h.

Field Documentation

◆ Status

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().

◆ NicType

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().

◆ info

union s_PXENV_UNDI_GET_NIC_TYPE::nic_type_info s_PXENV_UNDI_GET_NIC_TYPE::info

Referenced by pxenv_undi_get_nic_type().


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