iPXE
|
A FIP descriptor containing an encapsulated ELS frame. More...
#include <fip.h>
Data Fields | |
uint8_t | type |
Type. More... | |
uint8_t | len |
Length in 32-bit words. More... | |
uint8_t | reserved [2] |
Reserved. More... | |
struct fc_frame_header | fc |
Fibre Channel frame header. More... | |
struct fc_els_frame_common | els |
ELS frame. More... | |
uint8_t fip_els::len |
Length in 32-bit words.
Definition at line 209 of file fip.h.
Referenced by fcoe_fip_rx_els_response().
struct fc_frame_header fip_els::fc |
Fibre Channel frame header.
Definition at line 213 of file fip.h.
Referenced by fcoe_fip_rx_els_response().
struct fc_els_frame_common fip_els::els |