iPXE
Data Fields
s_PXENV_UNDI_GET_INFORMATION Struct Reference

Parameter block for pxenv_undi_get_information() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT16_t BaseIo
 I/O base address. More...
 
UINT16_t IntNumber
 IRQ number. More...
 
UINT16_t MaxTranUnit
 Adapter MTU. More...
 
UINT16_t HwType
 Hardware type. More...
 
UINT16_t HwAddrLen
 MAC address length. More...
 
MAC_ADDR_t CurrentNodeAddress
 Current MAC address. More...
 
MAC_ADDR_t PermNodeAddress
 Permanent (EEPROM) MAC address. More...
 
SEGSEL_t ROMAddress
 Real-mode ROM segment address. More...
 
UINT16_t RxBufCt
 Receive queue length. More...
 
UINT16_t TxBufCt
 Transmit queue length. More...
 

Detailed Description

Parameter block for pxenv_undi_get_information()

Definition at line 1166 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UNDI_GET_INFORMATION::Status

PXE status code.

Definition at line 1167 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ BaseIo

UINT16_t s_PXENV_UNDI_GET_INFORMATION::BaseIo

I/O base address.

Definition at line 1168 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ IntNumber

UINT16_t s_PXENV_UNDI_GET_INFORMATION::IntNumber

IRQ number.

Definition at line 1169 of file pxe_api.h.

Referenced by pxenv_undi_get_information(), and undinet_probe().

◆ MaxTranUnit

UINT16_t s_PXENV_UNDI_GET_INFORMATION::MaxTranUnit

Adapter MTU.

Definition at line 1170 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ HwType

UINT16_t s_PXENV_UNDI_GET_INFORMATION::HwType

Hardware type.

Valid values are defined in RFC1010 ("Assigned numbers"), and are ETHER_TYPE, EXP_ETHER_TYPE, AX25_TYPE, TOKEN_RING_TYPE, CHAOS_TYPE, IEEE_TYPE or ARCNET_TYPE.

Definition at line 1177 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ HwAddrLen

UINT16_t s_PXENV_UNDI_GET_INFORMATION::HwAddrLen

MAC address length.

Definition at line 1178 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ CurrentNodeAddress

MAC_ADDR_t s_PXENV_UNDI_GET_INFORMATION::CurrentNodeAddress

Current MAC address.

Definition at line 1179 of file pxe_api.h.

Referenced by pxenv_undi_get_information(), and undinet_probe().

◆ PermNodeAddress

MAC_ADDR_t s_PXENV_UNDI_GET_INFORMATION::PermNodeAddress

Permanent (EEPROM) MAC address.

Definition at line 1180 of file pxe_api.h.

Referenced by pxenv_undi_get_information(), and undinet_probe().

◆ ROMAddress

SEGSEL_t s_PXENV_UNDI_GET_INFORMATION::ROMAddress

Real-mode ROM segment address.

Definition at line 1181 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ RxBufCt

UINT16_t s_PXENV_UNDI_GET_INFORMATION::RxBufCt

Receive queue length.

Definition at line 1182 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

◆ TxBufCt

UINT16_t s_PXENV_UNDI_GET_INFORMATION::TxBufCt

Transmit queue length.

Definition at line 1183 of file pxe_api.h.

Referenced by pxenv_undi_get_information().


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