iPXE
|
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... | |
Parameter block for pxenv_undi_get_information()
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().
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().
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().
UINT16_t s_PXENV_UNDI_GET_INFORMATION::MaxTranUnit |
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().
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().
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().
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().
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().
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().
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().