|
iPXE
|
Fibre Channel over Ethernet. More...
Go to the source code of this file.
Data Structures | |
| union | fcoe_name |
| An FCoE name. More... | |
| struct | fcoe_map |
| An FCoE MAC address prefix (FC-MAP) More... | |
| struct | fcoe_mac |
| An FCoE (fabric-assigned) MAC address. More... | |
| struct | fcoe_header |
| An FCoE header. More... | |
| struct | fcoe_footer |
| An FCoE footer. More... | |
Macros | |
| #define | FCOE_AUTHORITY_IEEE 0x1000 |
| IEEE 48-bit address. More... | |
| #define | FCOE_AUTHORITY_IEEE_EXTENDED 0x2000 |
| IEEE extended. More... | |
| #define | FCOE_FRAME_VER 0x00 |
| FCoE frame version. More... | |
| #define | FCOE_VLAN_PRIORITY 3 |
| FCoE VLAN priority. More... | |
Enumerations | |
| enum | fcoe_sof { FCOE_SOF_F = 0x28, FCOE_SOF_I2 = 0x2d, FCOE_SOF_N2 = 0x35, FCOE_SOF_I3 = 0x2e, FCOE_SOF_N3 = 0x36 } |
| Start of Frame marker values. More... | |
| enum | fcoe_eof { FCOE_EOF_N = 0x41, FCOE_EOF_T = 0x42, FCOE_EOF_NI = 0x49, FCOE_EOF_A = 0x50 } |
| End of Frame marker value. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
Fibre Channel over Ethernet.
Definition in file fcoe.h.
| enum fcoe_sof |
| enum fcoe_eof |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
1.8.15