|
iPXE
|
A FIP frame header. More...
#include <fip.h>
Data Fields | |
| uint8_t | version |
| Frame version. | |
| uint8_t | reserved_a |
| Reserved. | |
| uint16_t | code |
| Protocol code. | |
| uint8_t | reserved_b |
| Reserved. | |
| uint8_t | subcode |
| Subcode. | |
| uint16_t | len |
| Descriptor list length in 32-bit words. | |
| uint16_t | flags |
| Flags. | |
| uint8_t fip_header::version |
Frame version.
Definition at line 31 of file fip.h.
Referenced by fcoe_deliver(), and fcoe_fip_parse().
| uint16_t fip_header::code |
Protocol code.
Definition at line 35 of file fip.h.
Referenced by fcoe_deliver(), and fcoe_fip_rx().
| uint8_t fip_header::subcode |
| uint16_t fip_header::len |
Descriptor list length in 32-bit words.
Definition at line 41 of file fip.h.
Referenced by fcoe_deliver(), and fcoe_fip_parse().
| uint16_t fip_header::flags |