iPXE
Data Fields
fip_els Struct Reference

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...
 

Detailed Description

A FIP descriptor containing an encapsulated ELS frame.

Definition at line 205 of file fip.h.

Field Documentation

◆ type

uint8_t fip_els::type

Type.

Definition at line 207 of file fip.h.

◆ len

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().

◆ reserved

uint8_t fip_els::reserved[2]

Reserved.

Definition at line 211 of file fip.h.

◆ fc

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().

◆ els

struct fc_els_frame_common fip_els::els

ELS frame.

Definition at line 215 of file fip.h.


The documentation for this struct was generated from the following file: