s_PXENV_UNDI_GET_INFORMATION Struct Reference
[PXENV_UNDI_GET_INFORMATION]

Parameter block for pxenv_undi_get_information(). More...

#include <pxe_api.h>


Data Fields

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


Detailed Description

Parameter block for pxenv_undi_get_information().

Definition at line 1229 of file pxe_api.h.


Field Documentation

PXE status code.

Definition at line 1230 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

I/O base address.

Definition at line 1231 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

IRQ number.

Definition at line 1232 of file pxe_api.h.

Referenced by pxenv_undi_get_information(), and undinet_probe().

Adapter MTU.

Definition at line 1233 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

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 1240 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

MAC address length.

Definition at line 1241 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

Current MAC address.

Definition at line 1242 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

Permanent (EEPROM) MAC address.

Definition at line 1243 of file pxe_api.h.

Referenced by pxenv_undi_get_information(), and undinet_probe().

Real-mode ROM segment address.

Definition at line 1244 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

Receive queue length.

Definition at line 1245 of file pxe_api.h.

Referenced by pxenv_undi_get_information().

Transmit queue length.

Definition at line 1246 of file pxe_api.h.

Referenced by pxenv_undi_get_information().


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

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1