|
iPXE
|
This header file contains all of the PXE type definitions, structure prototypes, global variables and constants that are needed for porting PXE to EFI. More...
Go to the source code of this file.
Data Structures | |
| struct | s_pxe_hw_undi |
| struct | s_pxe_sw_undi |
| union | u_pxe_undi |
| struct | s_pxe_cdb |
| union | u_pxe_ip_addr |
| union | pxe_device |
| struct | s_pxe_cpb_start_30 |
| struct | s_pxe_cpb_start_31 |
| struct | s_pxe_db_get_init_info |
| struct | s_pxe_pci_config_info |
| struct | s_pxe_pcc_config_info |
| union | u_pxe_db_get_config_info |
| struct | s_pxe_cpb_initialize |
| struct | s_pxe_db_initialize |
| struct | s_pxe_cpb_receive_filters |
| struct | s_pxe_db_receive_filters |
| struct | s_pxe_cpb_station_address |
| struct | s_pxe_dpb_station_address |
| struct | s_pxe_db_statistics |
| struct | s_pxe_cpb_mcast_ip_to_mac |
| struct | s_pxe_db_mcast_ip_to_mac |
| struct | s_pxe_cpb_nvdata_sparse |
| union | u_pxe_cpb_nvdata_bulk |
| When using bulk update, the size of the CPB structure must be the same size as the non-volatile NIC storage. More... | |
| struct | s_pxe_db_nvdata |
| struct | s_pxe_db_get_status |
| struct | s_pxe_cpb_fill_header |
| struct | s_pxe_cpb_fill_header_fragmented |
| struct | s_pxe_cpb_transmit |
| struct | s_pxe_cpb_transmit_fragments |
| struct | s_pxe_cpb_receive |
| struct | s_pxe_db_receive |
Macros | |
| #define | PXE_BUSTYPE(a, b, c, d) |
| #define | PXE_BUSTYPE_PXE PXE_BUSTYPE ('!', 'P', 'X', 'E') |
| UNDI ROM ID and devive ID signature. | |
| #define | PXE_BUSTYPE_PCI PXE_BUSTYPE ('P', 'C', 'I', 'R') |
| BUS ROM ID signatures. | |
| #define | PXE_BUSTYPE_PC_CARD PXE_BUSTYPE ('P', 'C', 'C', 'R') |
| #define | PXE_BUSTYPE_USB PXE_BUSTYPE ('U', 'S', 'B', 'R') |
| #define | PXE_BUSTYPE_1394 PXE_BUSTYPE ('1', '3', '9', '4') |
| #define | PXE_SWAP_UINT16(n) |
| #define | PXE_SWAP_UINT32(n) |
| #define | PXE_SWAP_UINT64(n) |
| #define | PXE_CPBSIZE_NOT_USED 0 |
| zero | |
| #define | PXE_DBSIZE_NOT_USED 0 |
| zero | |
| #define | PXE_CPBADDR_NOT_USED (PXE_UINT64) 0 |
| zero | |
| #define | PXE_DBADDR_NOT_USED (PXE_UINT64) 0 |
| zero | |
| #define | PXE_CONST CONST |
| #define | PXE_VOLATILE volatile |
| #define | PXE_FALSE 0 |
| zero | |
| #define | PXE_TRUE (!PXE_FALSE) |
| #define | PXE_OPCODE_GET_STATE 0x0000 |
| Return UNDI operational state. | |
| #define | PXE_OPCODE_START 0x0001 |
| Change UNDI operational state from Stopped to Started. | |
| #define | PXE_OPCODE_STOP 0x0002 |
| Change UNDI operational state from Started to Stopped. | |
| #define | PXE_OPCODE_GET_INIT_INFO 0x0003 |
| Get UNDI initialization information. | |
| #define | PXE_OPCODE_GET_CONFIG_INFO 0x0004 |
| Get NIC configuration information. | |
| #define | PXE_OPCODE_INITIALIZE 0x0005 |
| Changed UNDI operational state from Started to Initialized. | |
| #define | PXE_OPCODE_RESET 0x0006 |
| Re-initialize the NIC H/W. | |
| #define | PXE_OPCODE_SHUTDOWN 0x0007 |
| Change the UNDI operational state from Initialized to Started. | |
| #define | PXE_OPCODE_INTERRUPT_ENABLES 0x0008 |
| Read & change state of external interrupt enables. | |
| #define | PXE_OPCODE_RECEIVE_FILTERS 0x0009 |
| Read & change state of packet receive filters. | |
| #define | PXE_OPCODE_STATION_ADDRESS 0x000A |
| Read & change station MAC address. | |
| #define | PXE_OPCODE_STATISTICS 0x000B |
| Read traffic statistics. | |
| #define | PXE_OPCODE_MCAST_IP_TO_MAC 0x000C |
| Convert multicast IP address to multicast MAC address. | |
| #define | PXE_OPCODE_NVDATA 0x000D |
| Read or change non-volatile storage on the NIC. | |
| #define | PXE_OPCODE_GET_STATUS 0x000E |
| Get & clear interrupt status. | |
| #define | PXE_OPCODE_FILL_HEADER 0x000F |
| Fill media header in packet for transmit. | |
| #define | PXE_OPCODE_TRANSMIT 0x0010 |
| Transmit packet(s). | |
| #define | PXE_OPCODE_RECEIVE 0x0011 |
| Receive packet. | |
| #define | PXE_OPCODE_LAST_VALID 0x0011 |
| Last valid PXE UNDI OpCode number. | |
| #define | PXE_OPFLAGS_NOT_USED 0x0000 |
| #define | PXE_OPFLAGS_INITIALIZE_CABLE_DETECT_MASK 0x0001 |
| UNDI Initialize. | |
| #define | PXE_OPFLAGS_INITIALIZE_DETECT_CABLE 0x0000 |
| #define | PXE_OPFLAGS_INITIALIZE_DO_NOT_DETECT_CABLE 0x0001 |
| #define | PXE_OPFLAGS_RESET_DISABLE_INTERRUPTS 0x0001 |
| UNDI Reset. | |
| #define | PXE_OPFLAGS_RESET_DISABLE_FILTERS 0x0002 |
| #define | PXE_OPFLAGS_INTERRUPT_OPMASK 0xC000 |
| UNDI Shutdown. | |
| #define | PXE_OPFLAGS_INTERRUPT_ENABLE 0x8000 |
| #define | PXE_OPFLAGS_INTERRUPT_DISABLE 0x4000 |
| #define | PXE_OPFLAGS_INTERRUPT_READ 0x0000 |
| #define | PXE_OPFLAGS_INTERRUPT_RECEIVE 0x0001 |
| Enable receive interrupts. | |
| #define | PXE_OPFLAGS_INTERRUPT_TRANSMIT 0x0002 |
| Enable transmit interrupts. | |
| #define | PXE_OPFLAGS_INTERRUPT_COMMAND 0x0004 |
| Enable command interrupts. | |
| #define | PXE_OPFLAGS_INTERRUPT_SOFTWARE 0x0008 |
| Generate software interrupt. | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_OPMASK 0xC000 |
| UNDI Receive Filters. | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_ENABLE 0x8000 |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_DISABLE 0x4000 |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_READ 0x0000 |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_RESET_MCAST_LIST 0x2000 |
| To reset the contents of the multicast MAC address filter list, set this OpFlag: | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_UNICAST 0x0001 |
| Enable unicast packet receiving. | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_BROADCAST 0x0002 |
| Enable broadcast packet receiving. | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_FILTERED_MULTICAST 0x0004 |
| Enable filtered multicast packet receiving. | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_PROMISCUOUS 0x0008 |
| Enable promiscuous packet receiving. | |
| #define | PXE_OPFLAGS_RECEIVE_FILTER_ALL_MULTICAST 0x0010 |
| Enable promiscuous multicast packet receiving. | |
| #define | PXE_OPFLAGS_STATION_ADDRESS_READ 0x0000 |
| UNDI Station Address. | |
| #define | PXE_OPFLAGS_STATION_ADDRESS_WRITE 0x0000 |
| #define | PXE_OPFLAGS_STATION_ADDRESS_RESET 0x0001 |
| #define | PXE_OPFLAGS_STATISTICS_READ 0x0000 |
| UNDI Statistics. | |
| #define | PXE_OPFLAGS_STATISTICS_RESET 0x0001 |
| #define | PXE_OPFLAGS_MCAST_IP_TO_MAC_OPMASK 0x0003 |
| UNDI MCast IP to MAC. | |
| #define | PXE_OPFLAGS_MCAST_IPV4_TO_MAC 0x0000 |
| #define | PXE_OPFLAGS_MCAST_IPV6_TO_MAC 0x0001 |
| #define | PXE_OPFLAGS_NVDATA_OPMASK 0x0001 |
| UNDI NvData. | |
| #define | PXE_OPFLAGS_NVDATA_READ 0x0000 |
| #define | PXE_OPFLAGS_NVDATA_WRITE 0x0001 |
| #define | PXE_OPFLAGS_GET_INTERRUPT_STATUS 0x0001 |
| UNDI Get Status. | |
| #define | PXE_OPFLAGS_GET_TRANSMITTED_BUFFERS 0x0002 |
| Return list of transmitted buffers for recycling. | |
| #define | PXE_OPFLAGS_GET_MEDIA_STATUS 0x0004 |
| Return current media status. | |
| #define | PXE_OPFLAGS_FILL_HEADER_OPMASK 0x0001 |
| UNDI Fill Header. | |
| #define | PXE_OPFLAGS_FILL_HEADER_FRAGMENTED 0x0001 |
| #define | PXE_OPFLAGS_FILL_HEADER_WHOLE 0x0000 |
| #define | PXE_OPFLAGS_SWUNDI_TRANSMIT_OPMASK 0x0001 |
| UNDI Transmit. | |
| #define | PXE_OPFLAGS_TRANSMIT_BLOCK 0x0001 |
| #define | PXE_OPFLAGS_TRANSMIT_DONT_BLOCK 0x0000 |
| #define | PXE_OPFLAGS_TRANSMIT_OPMASK 0x0002 |
| #define | PXE_OPFLAGS_TRANSMIT_FRAGMENTED 0x0002 |
| #define | PXE_OPFLAGS_TRANSMIT_WHOLE 0x0000 |
| #define | PXE_STATFLAGS_INITIALIZE 0x0000 |
| #define | PXE_STATFLAGS_STATUS_MASK 0xC000 |
| Common StatFlags that can be returned by all commands. | |
| #define | PXE_STATFLAGS_COMMAND_COMPLETE 0xC000 |
| #define | PXE_STATFLAGS_COMMAND_FAILED 0x8000 |
| #define | PXE_STATFLAGS_COMMAND_QUEUED 0x4000 |
| #define | PXE_STATFLAGS_GET_STATE_MASK 0x0003 |
| UNDI Get State. | |
| #define | PXE_STATFLAGS_GET_STATE_INITIALIZED 0x0002 |
| #define | PXE_STATFLAGS_GET_STATE_STARTED 0x0001 |
| #define | PXE_STATFLAGS_GET_STATE_STOPPED 0x0000 |
| #define | PXE_STATFLAGS_CABLE_DETECT_MASK 0x0001 |
| UNDI Start. | |
| #define | PXE_STATFLAGS_CABLE_DETECT_NOT_SUPPORTED 0x0000 |
| #define | PXE_STATFLAGS_CABLE_DETECT_SUPPORTED 0x0001 |
| #define | PXE_STATFLAGS_GET_STATUS_NO_MEDIA_MASK 0x0002 |
| #define | PXE_STATFLAGS_GET_STATUS_NO_MEDIA_NOT_SUPPORTED 0x0000 |
| #define | PXE_STATFLAGS_GET_STATUS_NO_MEDIA_SUPPORTED 0x0002 |
| #define | PXE_STATFLAGS_INITIALIZED_NO_MEDIA 0x0001 |
| UNDI Initialize. | |
| #define | PXE_STATFLAGS_RESET_NO_MEDIA 0x0001 |
| UNDI Reset. | |
| #define | PXE_STATFLAGS_INTERRUPT_RECEIVE 0x0001 |
| UNDI Shutdown. | |
| #define | PXE_STATFLAGS_INTERRUPT_TRANSMIT 0x0002 |
| If set, transmit interrupts are enabled. | |
| #define | PXE_STATFLAGS_INTERRUPT_COMMAND 0x0004 |
| If set, command interrupts are enabled. | |
| #define | PXE_STATFLAGS_RECEIVE_FILTER_UNICAST 0x0001 |
| UNDI Receive Filters. | |
| #define | PXE_STATFLAGS_RECEIVE_FILTER_BROADCAST 0x0002 |
| If set, broadcast packets will be received. | |
| #define | PXE_STATFLAGS_RECEIVE_FILTER_FILTERED_MULTICAST 0x0004 |
| If set, multicast packets that match up with the multicast address filter list will be received. | |
| #define | PXE_STATFLAGS_RECEIVE_FILTER_PROMISCUOUS 0x0008 |
| If set, all packets will be received. | |
| #define | PXE_STATFLAGS_RECEIVE_FILTER_ALL_MULTICAST 0x0010 |
| If set, all multicast packets will be received. | |
| #define | PXE_STATFLAGS_GET_STATUS_INTERRUPT_MASK 0x000F |
| UNDI Station Address. | |
| #define | PXE_STATFLAGS_GET_STATUS_NO_INTERRUPTS 0x0000 |
| #define | PXE_STATFLAGS_GET_STATUS_RECEIVE 0x0001 |
| If set, at least one receive interrupt occurred. | |
| #define | PXE_STATFLAGS_GET_STATUS_TRANSMIT 0x0002 |
| If set, at least one transmit interrupt occurred. | |
| #define | PXE_STATFLAGS_GET_STATUS_COMMAND 0x0004 |
| If set, at least one command interrupt occurred. | |
| #define | PXE_STATFLAGS_GET_STATUS_SOFTWARE 0x0008 |
| If set, at least one software interrupt occurred. | |
| #define | PXE_STATFLAGS_GET_STATUS_TXBUF_QUEUE_EMPTY 0x0010 |
| This flag is set if the transmitted buffer queue is empty. | |
| #define | PXE_STATFLAGS_GET_STATUS_NO_TXBUFS_WRITTEN 0x0020 |
| This flag is set if no transmitted buffer addresses were written into the DB. | |
| #define | PXE_STATFLAGS_GET_STATUS_NO_MEDIA 0x0040 |
| This flag is set if there is no media detected. | |
| #define | PXE_STATCODE_INITIALIZE 0x0000 |
| #define | PXE_STATCODE_SUCCESS 0x0000 |
| Common StatCodes returned by all UNDI commands, UNDI protocol functions and BC protocol functions. | |
| #define | PXE_STATCODE_INVALID_CDB 0x0001 |
| #define | PXE_STATCODE_INVALID_CPB 0x0002 |
| #define | PXE_STATCODE_BUSY 0x0003 |
| #define | PXE_STATCODE_QUEUE_FULL 0x0004 |
| #define | PXE_STATCODE_ALREADY_STARTED 0x0005 |
| #define | PXE_STATCODE_NOT_STARTED 0x0006 |
| #define | PXE_STATCODE_NOT_SHUTDOWN 0x0007 |
| #define | PXE_STATCODE_ALREADY_INITIALIZED 0x0008 |
| #define | PXE_STATCODE_NOT_INITIALIZED 0x0009 |
| #define | PXE_STATCODE_DEVICE_FAILURE 0x000A |
| #define | PXE_STATCODE_NVDATA_FAILURE 0x000B |
| #define | PXE_STATCODE_UNSUPPORTED 0x000C |
| #define | PXE_STATCODE_BUFFER_FULL 0x000D |
| #define | PXE_STATCODE_INVALID_PARAMETER 0x000E |
| #define | PXE_STATCODE_INVALID_UNDI 0x000F |
| #define | PXE_STATCODE_IPV4_NOT_SUPPORTED 0x0010 |
| #define | PXE_STATCODE_IPV6_NOT_SUPPORTED 0x0011 |
| #define | PXE_STATCODE_NOT_ENOUGH_MEMORY 0x0012 |
| #define | PXE_STATCODE_NO_DATA 0x0013 |
| #define | PXE_IFNUM_START 0x0000 |
| This interface number must be passed to the S/W UNDI Start command. | |
| #define | PXE_IFNUM_INVALID 0x0000 |
| This interface number is returned by the S/W UNDI Get State and Start commands if information in the CDB, CPB or DB is invalid. | |
| #define | PXE_CONTROL_QUEUE_IF_BUSY 0x0002 |
| Setting this flag directs the UNDI to queue this command for later execution if the UNDI is busy and it supports command queuing. | |
| #define | PXE_CONTROL_LINK 0x0001 |
| These two bit values are used to determine if there are more UNDI CDB structures following this one. | |
| #define | PXE_CONTROL_LAST_CDB_IN_LIST 0x0000 |
| #define | PXE_FRAME_TYPE_NONE 0x00 |
| #define | PXE_FRAME_TYPE_UNICAST 0x01 |
| #define | PXE_FRAME_TYPE_BROADCAST 0x02 |
| #define | PXE_FRAME_TYPE_FILTERED_MULTICAST 0x03 |
| #define | PXE_FRAME_TYPE_PROMISCUOUS 0x04 |
| #define | PXE_FRAME_TYPE_PROMISCUOUS_MULTICAST 0x05 |
| #define | PXE_FRAME_TYPE_MULTICAST PXE_FRAME_TYPE_FILTERED_MULTICAST |
| #define | PXE_MAC_LENGTH 32 |
| #define | PXE_IFTYPE_ETHERNET 0x01 |
| This information is from the ARP section of RFC 1700. | |
| #define | PXE_IFTYPE_TOKENRING 0x04 |
| #define | PXE_IFTYPE_FIBRE_CHANNEL 0x12 |
| #define | PXE_HWSTAT_STATE_MASK 0xC0000000 |
| Status port bit definitions. | |
| #define | PXE_HWSTAT_BUSY 0xC0000000 |
| #define | PXE_HWSTAT_INITIALIZED 0x80000000 |
| #define | PXE_HWSTAT_STARTED 0x40000000 |
| #define | PXE_HWSTAT_STOPPED 0x00000000 |
| #define | PXE_HWSTAT_COMMAND_FAILED 0x20000000 |
| If set, last command failed. | |
| #define | PXE_HWSTAT_PROMISCUOUS_MULTICAST_RX_ENABLED 0x00001000 |
| If set, identifies enabled receive filters. | |
| #define | PXE_HWSTAT_PROMISCUOUS_RX_ENABLED 0x00000800 |
| #define | PXE_HWSTAT_BROADCAST_RX_ENABLED 0x00000400 |
| #define | PXE_HWSTAT_MULTICAST_RX_ENABLED 0x00000200 |
| #define | PXE_HWSTAT_UNICAST_RX_ENABLED 0x00000100 |
| #define | PXE_HWSTAT_SOFTWARE_INT_ENABLED 0x00000080 |
| If set, identifies enabled external interrupts. | |
| #define | PXE_HWSTAT_TX_COMPLETE_INT_ENABLED 0x00000040 |
| #define | PXE_HWSTAT_PACKET_RX_INT_ENABLED 0x00000020 |
| #define | PXE_HWSTAT_CMD_COMPLETE_INT_ENABLED 0x00000010 |
| #define | PXE_HWSTAT_SOFTWARE_INT_PENDING 0x00000008 |
| If set, identifies pending interrupts. | |
| #define | PXE_HWSTAT_TX_COMPLETE_INT_PENDING 0x00000004 |
| #define | PXE_HWSTAT_PACKET_RX_INT_PENDING 0x00000002 |
| #define | PXE_HWSTAT_CMD_COMPLETE_INT_PENDING 0x00000001 |
| #define | PXE_HWCMD_ISSUE_COMMAND 0x80000000 |
| Command port definitions. | |
| #define | PXE_HWCMD_INTS_AND_FILTS 0x00000000 |
| #define | PXE_HWCMD_PROMISCUOUS_MULTICAST_RX_ENABLE 0x00001000 |
| Use these to enable/disable receive filters. | |
| #define | PXE_HWCMD_PROMISCUOUS_RX_ENABLE 0x00000800 |
| #define | PXE_HWCMD_BROADCAST_RX_ENABLE 0x00000400 |
| #define | PXE_HWCMD_MULTICAST_RX_ENABLE 0x00000200 |
| #define | PXE_HWCMD_UNICAST_RX_ENABLE 0x00000100 |
| #define | PXE_HWCMD_SOFTWARE_INT_ENABLE 0x00000080 |
| Use these to enable/disable external interrupts. | |
| #define | PXE_HWCMD_TX_COMPLETE_INT_ENABLE 0x00000040 |
| #define | PXE_HWCMD_PACKET_RX_INT_ENABLE 0x00000020 |
| #define | PXE_HWCMD_CMD_COMPLETE_INT_ENABLE 0x00000010 |
| #define | PXE_HWCMD_CLEAR_SOFTWARE_INT 0x00000008 |
| Use these to clear pending external interrupts. | |
| #define | PXE_HWCMD_CLEAR_TX_COMPLETE_INT 0x00000004 |
| #define | PXE_HWCMD_CLEAR_PACKET_RX_INT 0x00000002 |
| #define | PXE_HWCMD_CLEAR_CMD_COMPLETE_INT 0x00000001 |
| #define | PXE_ROMID_SIGNATURE PXE_BUSTYPE ('!', 'P', 'X', 'E') |
| Signature of !PXE structure. | |
| #define | PXE_ROMID_REV 0x02 |
| !PXE structure format revision | |
| #define | PXE_ROMID_MAJORVER 0x03 |
| UNDI command interface revision. | |
| #define | PXE_ROMID_MINORVER 0x01 |
| #define | PXE_ROMID_IMP_HW_UNDI 0x80000000 |
| Implementation flags. | |
| #define | PXE_ROMID_IMP_SW_VIRT_ADDR 0x40000000 |
| #define | PXE_ROMID_IMP_64BIT_DEVICE 0x00010000 |
| #define | PXE_ROMID_IMP_FRAG_SUPPORTED 0x00008000 |
| #define | PXE_ROMID_IMP_CMD_LINK_SUPPORTED 0x00004000 |
| #define | PXE_ROMID_IMP_CMD_QUEUE_SUPPORTED 0x00002000 |
| #define | PXE_ROMID_IMP_MULTI_FRAME_SUPPORTED 0x00001000 |
| #define | PXE_ROMID_IMP_NVDATA_SUPPORT_MASK 0x00000C00 |
| #define | PXE_ROMID_IMP_NVDATA_BULK_WRITABLE 0x00000C00 |
| #define | PXE_ROMID_IMP_NVDATA_SPARSE_WRITABLE 0x00000800 |
| #define | PXE_ROMID_IMP_NVDATA_READ_ONLY 0x00000400 |
| #define | PXE_ROMID_IMP_NVDATA_NOT_AVAILABLE 0x00000000 |
| #define | PXE_ROMID_IMP_STATISTICS_SUPPORTED 0x00000200 |
| #define | PXE_ROMID_IMP_STATION_ADDR_SETTABLE 0x00000100 |
| #define | PXE_ROMID_IMP_PROMISCUOUS_MULTICAST_RX_SUPPORTED 0x00000080 |
| #define | PXE_ROMID_IMP_PROMISCUOUS_RX_SUPPORTED 0x00000040 |
| #define | PXE_ROMID_IMP_BROADCAST_RX_SUPPORTED 0x00000020 |
| #define | PXE_ROMID_IMP_FILTERED_MULTICAST_RX_SUPPORTED 0x00000010 |
| #define | PXE_ROMID_IMP_SOFTWARE_INT_SUPPORTED 0x00000008 |
| #define | PXE_ROMID_IMP_TX_COMPLETE_INT_SUPPORTED 0x00000004 |
| #define | PXE_ROMID_IMP_PACKET_RX_INT_SUPPORTED 0x00000002 |
| #define | PXE_ROMID_IMP_CMD_COMPLETE_INT_SUPPORTED 0x00000001 |
| #define | MAX_PCI_CONFIG_LEN 64 |
| cpb and db definitions | |
| #define | MAX_EEPROM_LEN 128 |
| #define | MAX_XMIT_BUFFERS 32 |
| recycling Q length for xmit_done. | |
| #define | MAX_MCAST_ADDRESS_CNT 8 |
| #define | TO_AND_FROM_DEVICE 0 |
| #define | FROM_DEVICE 1 |
| #define | TO_DEVICE 2 |
| #define | PXE_DELAY_MILLISECOND 1000 |
| #define | PXE_DELAY_SECOND 1000000 |
| #define | PXE_IO_READ 0 |
| #define | PXE_IO_WRITE 1 |
| #define | PXE_MEM_READ 2 |
| #define | PXE_MEM_WRITE 4 |
| #define | PXE_MAX_TXRX_UNIT_ETHER 1500 |
| #define | PXE_HWADDR_LEN_ETHER 0x0006 |
| #define | PXE_MAC_HEADER_LEN_ETHER 0x000E |
| #define | PXE_DUPLEX_ENABLE_FULL_SUPPORTED 1 |
| #define | PXE_DUPLEX_FORCE_FULL_SUPPORTED 2 |
| #define | PXE_LOOPBACK_INTERNAL_SUPPORTED 1 |
| #define | PXE_LOOPBACK_EXTERNAL_SUPPORTED 2 |
| #define | PXE_DUPLEX_DEFAULT 0x00 |
| #define | PXE_FORCE_FULL_DUPLEX 0x01 |
| #define | PXE_ENABLE_FULL_DUPLEX 0x02 |
| #define | PXE_FORCE_HALF_DUPLEX 0x04 |
| #define | PXE_DISABLE_FULL_DUPLEX 0x08 |
| #define | LOOPBACK_NORMAL 0 |
| #define | LOOPBACK_INTERNAL 1 |
| #define | LOOPBACK_EXTERNAL 2 |
| #define | PXE_STATISTICS_RX_TOTAL_FRAMES 0x00 |
| Total number of frames received. | |
| #define | PXE_STATISTICS_RX_GOOD_FRAMES 0x01 |
| Number of valid frames received and copied into receive buffers. | |
| #define | PXE_STATISTICS_RX_UNDERSIZE_FRAMES 0x02 |
| Number of frames below the minimum length for the media. | |
| #define | PXE_STATISTICS_RX_OVERSIZE_FRAMES 0x03 |
| Number of frames longer than the maxminum length for the media. | |
| #define | PXE_STATISTICS_RX_DROPPED_FRAMES 0x04 |
| Valid frames that were dropped because receive buffers were full. | |
| #define | PXE_STATISTICS_RX_UNICAST_FRAMES 0x05 |
| Number of valid unicast frames received and not dropped. | |
| #define | PXE_STATISTICS_RX_BROADCAST_FRAMES 0x06 |
| Number of valid broadcast frames received and not dropped. | |
| #define | PXE_STATISTICS_RX_MULTICAST_FRAMES 0x07 |
| Number of valid mutlicast frames received and not dropped. | |
| #define | PXE_STATISTICS_RX_CRC_ERROR_FRAMES 0x08 |
| Number of frames w/ CRC or alignment errors. | |
| #define | PXE_STATISTICS_RX_TOTAL_BYTES 0x09 |
| Total number of bytes received. | |
| #define | PXE_STATISTICS_TX_TOTAL_FRAMES 0x0A |
| Transmit statistics. | |
| #define | PXE_STATISTICS_TX_GOOD_FRAMES 0x0B |
| #define | PXE_STATISTICS_TX_UNDERSIZE_FRAMES 0x0C |
| #define | PXE_STATISTICS_TX_OVERSIZE_FRAMES 0x0D |
| #define | PXE_STATISTICS_TX_DROPPED_FRAMES 0x0E |
| #define | PXE_STATISTICS_TX_UNICAST_FRAMES 0x0F |
| #define | PXE_STATISTICS_TX_BROADCAST_FRAMES 0x10 |
| #define | PXE_STATISTICS_TX_MULTICAST_FRAMES 0x11 |
| #define | PXE_STATISTICS_TX_CRC_ERROR_FRAMES 0x12 |
| #define | PXE_STATISTICS_TX_TOTAL_BYTES 0x13 |
| #define | PXE_STATISTICS_COLLISIONS 0x14 |
| Number of collisions detection on this subnet. | |
| #define | PXE_STATISTICS_UNSUPPORTED_PROTOCOL 0x15 |
| Number of frames destined for unsupported protocol. | |
| #define | PXE_STATISTICS_RX_DUPLICATED_FRAMES 0x16 |
| Number of valid frames received that were duplicated. | |
| #define | PXE_STATISTICS_RX_DECRYPT_ERROR_FRAMES 0x17 |
| Number of encrypted frames received that failed to decrypt. | |
| #define | PXE_STATISTICS_TX_ERROR_FRAMES 0x18 |
| Number of frames that failed to transmit after exceeding the retry limit. | |
| #define | PXE_STATISTICS_TX_RETRY_FRAMES 0x19 |
| Number of frames transmitted successfully after more than one attempt. | |
| #define | PXE_PROTOCOL_ETHERNET_IP 0x0800 |
| #define | PXE_PROTOCOL_ETHERNET_ARP 0x0806 |
| #define | MAX_XMIT_FRAGMENTS 16 |
Functions | |
| FILE_LICENCE (BSD2_PATENT) | |
| FILE_SECBOOT (PERMITTED) | |
This header file contains all of the PXE type definitions, structure prototypes, global variables and constants that are needed for porting PXE to EFI.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UefiPxe.h.
| #define PXE_BUSTYPE | ( | a, | |
| b, | |||
| c, | |||
| d ) |
Definition at line 23 of file UefiPxe.h.
| #define PXE_BUSTYPE_PXE PXE_BUSTYPE ('!', 'P', 'X', 'E') |
| #define PXE_BUSTYPE_PCI PXE_BUSTYPE ('P', 'C', 'I', 'R') |
| #define PXE_BUSTYPE_PC_CARD PXE_BUSTYPE ('P', 'C', 'C', 'R') |
| #define PXE_BUSTYPE_USB PXE_BUSTYPE ('U', 'S', 'B', 'R') |
| #define PXE_BUSTYPE_1394 PXE_BUSTYPE ('1', '3', '9', '4') |
| #define PXE_SWAP_UINT16 | ( | n | ) |
| #define PXE_SWAP_UINT32 | ( | n | ) |
Definition at line 44 of file UefiPxe.h.
| #define PXE_SWAP_UINT64 | ( | n | ) |
Definition at line 50 of file UefiPxe.h.
| #define PXE_CPBADDR_NOT_USED (PXE_UINT64) 0 |
| #define PXE_DBADDR_NOT_USED (PXE_UINT64) 0 |
| #define PXE_OPCODE_GET_STATE 0x0000 |
Return UNDI operational state.
Definition at line 88 of file UefiPxe.h.
Referenced by efi_undi_issue().
| #define PXE_OPCODE_START 0x0001 |
Change UNDI operational state from Stopped to Started.
Definition at line 93 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_start_undi().
| #define PXE_OPCODE_STOP 0x0002 |
Change UNDI operational state from Started to Stopped.
Definition at line 98 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_stop_undi().
| #define PXE_OPCODE_GET_INIT_INFO 0x0003 |
Get UNDI initialization information.
Definition at line 103 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_get_init_info().
| #define PXE_OPCODE_GET_CONFIG_INFO 0x0004 |
| #define PXE_OPCODE_INITIALIZE 0x0005 |
Changed UNDI operational state from Started to Initialized.
Definition at line 113 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_initialise_flags().
| #define PXE_OPCODE_RESET 0x0006 |
Re-initialize the NIC H/W.
Definition at line 118 of file UefiPxe.h.
Referenced by efi_undi_issue().
| #define PXE_OPCODE_SHUTDOWN 0x0007 |
Change the UNDI operational state from Initialized to Started.
Definition at line 123 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_shutdown().
| #define PXE_OPCODE_INTERRUPT_ENABLES 0x0008 |
| #define PXE_OPCODE_RECEIVE_FILTERS 0x0009 |
Read & change state of packet receive filters.
Definition at line 133 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_set_rx_filters().
| #define PXE_OPCODE_STATION_ADDRESS 0x000A |
Read & change station MAC address.
Definition at line 138 of file UefiPxe.h.
Referenced by efi_undi_issue(), nii_get_station_address(), and nii_set_station_address().
| #define PXE_OPCODE_STATISTICS 0x000B |
| #define PXE_OPCODE_MCAST_IP_TO_MAC 0x000C |
| #define PXE_OPCODE_NVDATA 0x000D |
| #define PXE_OPCODE_GET_STATUS 0x000E |
Get & clear interrupt status.
Definition at line 158 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_poll().
| #define PXE_OPCODE_FILL_HEADER 0x000F |
Fill media header in packet for transmit.
Definition at line 163 of file UefiPxe.h.
Referenced by efi_undi_issue().
| #define PXE_OPCODE_TRANSMIT 0x0010 |
Transmit packet(s).
Definition at line 168 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_transmit().
| #define PXE_OPCODE_RECEIVE 0x0011 |
Receive packet.
Definition at line 173 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_poll_rx().
| #define PXE_OPCODE_LAST_VALID 0x0011 |
| #define PXE_OPFLAGS_INITIALIZE_CABLE_DETECT_MASK 0x0001 |
| #define PXE_OPFLAGS_INITIALIZE_DETECT_CABLE 0x0000 |
Definition at line 214 of file UefiPxe.h.
Referenced by nii_initialise_cable().
| #define PXE_OPFLAGS_INITIALIZE_DO_NOT_DETECT_CABLE 0x0001 |
Definition at line 215 of file UefiPxe.h.
Referenced by nii_initialise().
| #define PXE_OPFLAGS_RESET_DISABLE_INTERRUPTS 0x0001 |
| #define PXE_OPFLAGS_INTERRUPT_OPMASK 0xC000 |
| #define PXE_OPFLAGS_INTERRUPT_RECEIVE 0x0001 |
| #define PXE_OPFLAGS_INTERRUPT_TRANSMIT 0x0002 |
| #define PXE_OPFLAGS_INTERRUPT_COMMAND 0x0004 |
| #define PXE_OPFLAGS_INTERRUPT_SOFTWARE 0x0008 |
| #define PXE_OPFLAGS_RECEIVE_FILTER_OPMASK 0xC000 |
| #define PXE_OPFLAGS_RECEIVE_FILTER_ENABLE 0x8000 |
Definition at line 273 of file UefiPxe.h.
Referenced by nii_enable_rx_filters(), and nii_set_rx_filters().
| #define PXE_OPFLAGS_RECEIVE_FILTER_DISABLE 0x4000 |
Definition at line 274 of file UefiPxe.h.
Referenced by nii_disable_rx_filters(), and nii_set_rx_filters().
| #define PXE_OPFLAGS_RECEIVE_FILTER_RESET_MCAST_LIST 0x2000 |
| #define PXE_OPFLAGS_RECEIVE_FILTER_UNICAST 0x0001 |
Enable unicast packet receiving.
Packets sent to the current station MAC address will be received.
Definition at line 287 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_OPFLAGS_RECEIVE_FILTER_BROADCAST 0x0002 |
Enable broadcast packet receiving.
Packets sent to the broadcast MAC address will be received.
Definition at line 293 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_OPFLAGS_RECEIVE_FILTER_FILTERED_MULTICAST 0x0004 |
| #define PXE_OPFLAGS_RECEIVE_FILTER_PROMISCUOUS 0x0008 |
Enable promiscuous packet receiving.
All packets will be received.
Definition at line 305 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_OPFLAGS_RECEIVE_FILTER_ALL_MULTICAST 0x0010 |
Enable promiscuous multicast packet receiving.
All multicast packets will be received.
Definition at line 311 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_OPFLAGS_STATION_ADDRESS_READ 0x0000 |
UNDI Station Address.
Definition at line 316 of file UefiPxe.h.
Referenced by nii_get_station_address().
| #define PXE_OPFLAGS_STATION_ADDRESS_WRITE 0x0000 |
Definition at line 317 of file UefiPxe.h.
Referenced by nii_set_station_address().
| #define PXE_OPFLAGS_STATION_ADDRESS_RESET 0x0001 |
Definition at line 318 of file UefiPxe.h.
Referenced by efi_undi_station_address().
| #define PXE_OPFLAGS_STATISTICS_READ 0x0000 |
| #define PXE_OPFLAGS_MCAST_IP_TO_MAC_OPMASK 0x0003 |
| #define PXE_OPFLAGS_NVDATA_OPMASK 0x0001 |
| #define PXE_OPFLAGS_GET_INTERRUPT_STATUS 0x0001 |
UNDI Get Status.
Return current interrupt status. This will also clear any interrupts that are currently set. This can be used in a polling routine. The interrupt flags are still set and cleared even when the interrupts are disabled.
Definition at line 355 of file UefiPxe.h.
Referenced by nii_poll().
| #define PXE_OPFLAGS_GET_TRANSMITTED_BUFFERS 0x0002 |
Return list of transmitted buffers for recycling.
Transmit buffers must not be changed or unallocated until they have recycled. After issuing a transmit command, wait for a transmit complete interrupt. When a transmit complete interrupt is received, read the transmitted buffers. Do not plan on getting one buffer per interrupt. Some NICs and UNDIs may transmit multiple buffers per interrupt.
Definition at line 365 of file UefiPxe.h.
Referenced by nii_poll().
| #define PXE_OPFLAGS_GET_MEDIA_STATUS 0x0004 |
| #define PXE_OPFLAGS_FILL_HEADER_OPMASK 0x0001 |
| #define PXE_OPFLAGS_FILL_HEADER_FRAGMENTED 0x0001 |
Definition at line 376 of file UefiPxe.h.
Referenced by efi_undi_fill_header().
| #define PXE_OPFLAGS_SWUNDI_TRANSMIT_OPMASK 0x0001 |
| #define PXE_OPFLAGS_TRANSMIT_DONT_BLOCK 0x0000 |
Definition at line 389 of file UefiPxe.h.
Referenced by nii_transmit().
| #define PXE_OPFLAGS_TRANSMIT_WHOLE 0x0000 |
Definition at line 393 of file UefiPxe.h.
Referenced by nii_transmit().
| #define PXE_STATFLAGS_STATUS_MASK 0xC000 |
Common StatFlags that can be returned by all commands.
The COMMAND_COMPLETE and COMMAND_FAILED status flags must be implemented by all UNDIs. COMMAND_QUEUED is only needed by UNDIs that support command queuing.
Definition at line 416 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_issue_cpb_db().
| #define PXE_STATFLAGS_COMMAND_COMPLETE 0xC000 |
Definition at line 417 of file UefiPxe.h.
Referenced by efi_undi_issue().
| #define PXE_STATFLAGS_COMMAND_FAILED 0x8000 |
Definition at line 418 of file UefiPxe.h.
Referenced by efi_null_undi_issue(), and efi_undi_issue().
| #define PXE_STATFLAGS_GET_STATE_MASK 0x0003 |
| #define PXE_STATFLAGS_GET_STATE_INITIALIZED 0x0002 |
Definition at line 425 of file UefiPxe.h.
Referenced by efi_undi_get_state().
| #define PXE_STATFLAGS_GET_STATE_STARTED 0x0001 |
Definition at line 426 of file UefiPxe.h.
Referenced by efi_undi_get_state().
| #define PXE_STATFLAGS_GET_STATE_STOPPED 0x0000 |
Definition at line 427 of file UefiPxe.h.
Referenced by efi_undi_get_state().
| #define PXE_STATFLAGS_CABLE_DETECT_MASK 0x0001 |
| #define PXE_STATFLAGS_CABLE_DETECT_SUPPORTED 0x0001 |
Definition at line 440 of file UefiPxe.h.
Referenced by efi_undi_get_init_info().
| #define PXE_STATFLAGS_GET_STATUS_NO_MEDIA_NOT_SUPPORTED 0x0000 |
| #define PXE_STATFLAGS_GET_STATUS_NO_MEDIA_SUPPORTED 0x0002 |
Definition at line 444 of file UefiPxe.h.
Referenced by efi_undi_get_init_info(), and nii_get_init_info().
| #define PXE_STATFLAGS_INITIALIZED_NO_MEDIA 0x0001 |
| #define PXE_STATFLAGS_INTERRUPT_RECEIVE 0x0001 |
| #define PXE_STATFLAGS_INTERRUPT_TRANSMIT 0x0002 |
| #define PXE_STATFLAGS_INTERRUPT_COMMAND 0x0004 |
| #define PXE_STATFLAGS_RECEIVE_FILTER_UNICAST 0x0001 |
UNDI Receive Filters.
If set, unicast packets will be received.
Definition at line 486 of file UefiPxe.h.
Referenced by efi_undi_receive_filters().
| #define PXE_STATFLAGS_RECEIVE_FILTER_BROADCAST 0x0002 |
If set, broadcast packets will be received.
Definition at line 491 of file UefiPxe.h.
Referenced by efi_undi_receive_filters().
| #define PXE_STATFLAGS_RECEIVE_FILTER_FILTERED_MULTICAST 0x0004 |
| #define PXE_STATFLAGS_RECEIVE_FILTER_PROMISCUOUS 0x0008 |
If set, all packets will be received.
Definition at line 502 of file UefiPxe.h.
Referenced by efi_undi_receive_filters().
| #define PXE_STATFLAGS_RECEIVE_FILTER_ALL_MULTICAST 0x0010 |
If set, all multicast packets will be received.
Definition at line 507 of file UefiPxe.h.
Referenced by efi_undi_receive_filters().
| #define PXE_STATFLAGS_GET_STATUS_INTERRUPT_MASK 0x000F |
| #define PXE_STATFLAGS_GET_STATUS_RECEIVE 0x0001 |
If set, at least one receive interrupt occurred.
Definition at line 545 of file UefiPxe.h.
Referenced by efi_undi_get_status().
| #define PXE_STATFLAGS_GET_STATUS_TRANSMIT 0x0002 |
If set, at least one transmit interrupt occurred.
Definition at line 550 of file UefiPxe.h.
Referenced by efi_undi_get_status().
| #define PXE_STATFLAGS_GET_STATUS_COMMAND 0x0004 |
| #define PXE_STATFLAGS_GET_STATUS_SOFTWARE 0x0008 |
| #define PXE_STATFLAGS_GET_STATUS_TXBUF_QUEUE_EMPTY 0x0010 |
This flag is set if the transmitted buffer queue is empty.
This flag will be set if all transmitted buffer addresses get written into the DB.
Definition at line 566 of file UefiPxe.h.
Referenced by efi_undi_get_status().
| #define PXE_STATFLAGS_GET_STATUS_NO_TXBUFS_WRITTEN 0x0020 |
This flag is set if no transmitted buffer addresses were written into the DB.
(This could be because DBsize was too small.)
Definition at line 572 of file UefiPxe.h.
Referenced by efi_undi_get_status(), and nii_poll_tx().
| #define PXE_STATFLAGS_GET_STATUS_NO_MEDIA 0x0040 |
This flag is set if there is no media detected.
Definition at line 577 of file UefiPxe.h.
Referenced by efi_undi_get_status(), and nii_poll_link().
| #define PXE_STATCODE_SUCCESS 0x0000 |
Common StatCodes returned by all UNDI commands, UNDI protocol functions and BC protocol functions.
Definition at line 605 of file UefiPxe.h.
Referenced by efi_undi_issue(), and nii_issue_cpb_db().
| #define PXE_STATCODE_INVALID_CDB 0x0001 |
Definition at line 607 of file UefiPxe.h.
Referenced by efi_undi_issue(), and efi_undi_statcode().
| #define PXE_STATCODE_BUSY 0x0003 |
Definition at line 609 of file UefiPxe.h.
Referenced by efi_undi_issue().
| #define PXE_STATCODE_DEVICE_FAILURE 0x000A |
Definition at line 616 of file UefiPxe.h.
Referenced by efi_undi_statcode().
| #define PXE_STATCODE_UNSUPPORTED 0x000C |
Definition at line 618 of file UefiPxe.h.
Referenced by efi_null_undi_issue(), and efi_undi_statcode().
| #define PXE_STATCODE_BUFFER_FULL 0x000D |
Definition at line 619 of file UefiPxe.h.
Referenced by efi_undi_statcode().
| #define PXE_STATCODE_INVALID_PARAMETER 0x000E |
Definition at line 620 of file UefiPxe.h.
Referenced by efi_undi_statcode().
| #define PXE_STATCODE_NO_DATA 0x0013 |
Definition at line 625 of file UefiPxe.h.
Referenced by efi_undi_statcode(), and nii_poll_rx().
| #define PXE_IFNUM_START 0x0000 |
| #define PXE_IFNUM_INVALID 0x0000 |
| #define PXE_CONTROL_QUEUE_IF_BUSY 0x0002 |
Setting this flag directs the UNDI to queue this command for later execution if the UNDI is busy and it supports command queuing.
If queuing is not supported, a PXE_STATCODE_INVALID_CONTROL error is returned. If the queue is full, a PXE_STATCODE_CDB_QUEUE_FULL error is returned.
| #define PXE_CONTROL_LINK 0x0001 |
These two bit values are used to determine if there are more UNDI CDB structures following this one.
If the link bit is set, there must be a CDB structure following this one. Execution will start on the next CDB structure as soon as this one completes successfully. If an error is generated by this command, execution will stop.
| #define PXE_FRAME_TYPE_PROMISCUOUS 0x04 |
Definition at line 667 of file UefiPxe.h.
Referenced by efi_undi_receive().
| #define PXE_FRAME_TYPE_MULTICAST PXE_FRAME_TYPE_FILTERED_MULTICAST |
| #define PXE_IFTYPE_ETHERNET 0x01 |
This information is from the ARP section of RFC 1700.
1 Ethernet (10Mb) [JBP] 2 Experimental Ethernet (3Mb) [JBP] 3 Amateur Radio AX.25 [PXK] 4 Proteon ProNET Token Ring [JBP] 5 Chaos [GXP] 6 IEEE 802 Networks [JBP] 7 ARCNET [JBP] 8 Hyperchannel [JBP] 9 Lanstar [TU]
10 Autonet Short Address [MXB1] 11 LocalTalk [JKR1] 12 LocalNet (IBM* PCNet or SYTEK* LocalNET) [JXM] 13 Ultra link [RXD2] 14 SMDS [GXC1] 15 Frame Relay [AGM] 16 Asynchronous Transmission Mode (ATM) [JXB2] 17 HDLC [JBP] 18 Fibre Channel [Yakov Rekhter] 19 Asynchronous Transmission Mode (ATM) [Mark Laubach] 20 Serial Line [JBP] 21 Asynchronous Transmission Mode (ATM) [MXB1]
Definition at line 709 of file UefiPxe.h.
Referenced by nii_get_init_info().
| #define PXE_HWSTAT_STATE_MASK 0xC0000000 |
| #define PXE_HWSTAT_COMMAND_FAILED 0x20000000 |
| #define PXE_HWSTAT_PROMISCUOUS_MULTICAST_RX_ENABLED 0x00001000 |
| #define PXE_HWSTAT_SOFTWARE_INT_ENABLED 0x00000080 |
| #define PXE_HWSTAT_SOFTWARE_INT_PENDING 0x00000008 |
| #define PXE_HWCMD_ISSUE_COMMAND 0x80000000 |
| #define PXE_HWCMD_PROMISCUOUS_MULTICAST_RX_ENABLE 0x00001000 |
| #define PXE_HWCMD_SOFTWARE_INT_ENABLE 0x00000080 |
| #define PXE_HWCMD_CLEAR_SOFTWARE_INT 0x00000008 |
| #define PXE_ROMID_SIGNATURE PXE_BUSTYPE ('!', 'P', 'X', 'E') |
| #define PXE_ROMID_MAJORVER 0x03 |
| #define PXE_ROMID_IMP_HW_UNDI 0x80000000 |
| #define PXE_ROMID_IMP_SW_VIRT_ADDR 0x40000000 |
Definition at line 854 of file UefiPxe.h.
Referenced by nii_start().
| #define PXE_ROMID_IMP_STATION_ADDR_SETTABLE 0x00000100 |
Definition at line 866 of file UefiPxe.h.
Referenced by nii_set_station_address().
| #define PXE_ROMID_IMP_PROMISCUOUS_MULTICAST_RX_SUPPORTED 0x00000080 |
Definition at line 867 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_ROMID_IMP_PROMISCUOUS_RX_SUPPORTED 0x00000040 |
Definition at line 868 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_ROMID_IMP_BROADCAST_RX_SUPPORTED 0x00000020 |
Definition at line 869 of file UefiPxe.h.
Referenced by nii_set_rx_filters().
| #define PXE_ROMID_IMP_FILTERED_MULTICAST_RX_SUPPORTED 0x00000010 |
| #define PXE_ROMID_IMP_TX_COMPLETE_INT_SUPPORTED 0x00000004 |
| #define PXE_ROMID_IMP_CMD_COMPLETE_INT_SUPPORTED 0x00000001 |
| #define MAX_PCI_CONFIG_LEN 64 |
| #define MAX_XMIT_BUFFERS 32 |
| #define FROM_DEVICE 1 |
Definition at line 1084 of file UefiPxe.h.
Referenced by nii_map(), and nii_sync().
| #define PXE_STATISTICS_RX_TOTAL_FRAMES 0x00 |
| #define PXE_STATISTICS_RX_GOOD_FRAMES 0x01 |
| #define PXE_STATISTICS_RX_UNDERSIZE_FRAMES 0x02 |
| #define PXE_STATISTICS_RX_OVERSIZE_FRAMES 0x03 |
| #define PXE_STATISTICS_RX_DROPPED_FRAMES 0x04 |
| #define PXE_STATISTICS_RX_UNICAST_FRAMES 0x05 |
| #define PXE_STATISTICS_RX_BROADCAST_FRAMES 0x06 |
| #define PXE_STATISTICS_RX_MULTICAST_FRAMES 0x07 |
| #define PXE_STATISTICS_RX_CRC_ERROR_FRAMES 0x08 |
| #define PXE_STATISTICS_RX_TOTAL_BYTES 0x09 |
| #define PXE_STATISTICS_TX_TOTAL_FRAMES 0x0A |
| #define PXE_STATISTICS_COLLISIONS 0x14 |
| #define PXE_STATISTICS_UNSUPPORTED_PROTOCOL 0x15 |
| #define PXE_STATISTICS_RX_DUPLICATED_FRAMES 0x16 |
| #define PXE_STATISTICS_RX_DECRYPT_ERROR_FRAMES 0x17 |
| #define PXE_STATISTICS_TX_ERROR_FRAMES 0x18 |
| #define PXE_STATISTICS_TX_RETRY_FRAMES 0x19 |
| typedef UINT16 PXE_UINT16 |
| typedef UINT32 PXE_UINT32 |
| typedef UINT64 PXE_UINT64 |
Typedef unsigned long PXE_UINT64.
| typedef PXE_UINT16 PXE_OPCODE |
| typedef PXE_UINT16 PXE_OPFLAGS |
| typedef PXE_UINT16 PXE_STATFLAGS |
| typedef PXE_UINT16 PXE_STATCODE |
| typedef PXE_UINT16 PXE_IFNUM |
| typedef PXE_UINT16 PXE_CONTROL |
| typedef PXE_UINT8 PXE_FRAME_TYPE |
| typedef PXE_UINT32 PXE_IPV4 |
| typedef PXE_UINT32 PXE_IPV6[4] |
| typedef PXE_UINT8 PXE_MAC_ADDR[PXE_MAC_LENGTH] |
| typedef PXE_UINT8 PXE_IFTYPE |
| typedef UINT16 PXE_MEDIA_PROTOCOL |
| typedef struct s_pxe_hw_undi PXE_HW_UNDI |
| typedef struct s_pxe_sw_undi PXE_SW_UNDI |
| typedef union u_pxe_undi PXE_UNDI |
| typedef union u_pxe_ip_addr PXE_IP_ADDR |
| typedef union pxe_device PXE_DEVICE |
| typedef struct s_pxe_cpb_start_30 PXE_CPB_START_30 |
| typedef struct s_pxe_cpb_start_31 PXE_CPB_START_31 |
| typedef struct s_pxe_db_get_init_info PXE_DB_GET_INIT_INFO |
| typedef struct s_pxe_pci_config_info PXE_PCI_CONFIG_INFO |
| typedef struct s_pxe_pcc_config_info PXE_PCC_CONFIG_INFO |
| typedef union u_pxe_db_get_config_info PXE_DB_GET_CONFIG_INFO |
| typedef struct s_pxe_cpb_initialize PXE_CPB_INITIALIZE |
| typedef struct s_pxe_db_initialize PXE_DB_INITIALIZE |
| typedef struct s_pxe_cpb_receive_filters PXE_CPB_RECEIVE_FILTERS |
| typedef struct s_pxe_db_receive_filters PXE_DB_RECEIVE_FILTERS |
| typedef struct s_pxe_cpb_station_address PXE_CPB_STATION_ADDRESS |
| typedef struct s_pxe_dpb_station_address PXE_DB_STATION_ADDRESS |
| typedef struct s_pxe_db_statistics PXE_DB_STATISTICS |
| typedef struct s_pxe_cpb_mcast_ip_to_mac PXE_CPB_MCAST_IP_TO_MAC |
| typedef struct s_pxe_db_mcast_ip_to_mac PXE_DB_MCAST_IP_TO_MAC |
| typedef struct s_pxe_cpb_nvdata_sparse PXE_CPB_NVDATA_SPARSE |
| typedef union u_pxe_cpb_nvdata_bulk PXE_CPB_NVDATA_BULK |
When using bulk update, the size of the CPB structure must be the same size as the non-volatile NIC storage.
| typedef struct s_pxe_db_nvdata PXE_DB_NVDATA |
| typedef struct s_pxe_db_get_status PXE_DB_GET_STATUS |
| typedef struct s_pxe_cpb_fill_header PXE_CPB_FILL_HEADER |
| typedef struct s_pxe_cpb_fill_header_fragmented PXE_CPB_FILL_HEADER_FRAGMENTED |
| typedef struct s_pxe_cpb_transmit PXE_CPB_TRANSMIT |
| typedef struct s_pxe_cpb_transmit_fragments PXE_CPB_TRANSMIT_FRAGMENTS |
| typedef struct s_pxe_cpb_receive PXE_CPB_RECEIVE |
| typedef struct s_pxe_db_receive PXE_DB_RECEIVE |
| FILE_LICENCE | ( | BSD2_PATENT | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |