iPXE
Data Fields
fip_elp Struct Reference

A FIP descriptor containing an encapsulated ELP 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...
 
uint32_t dull [25]
 Uninteresting content. More...
 

Detailed Description

A FIP descriptor containing an encapsulated ELP frame.

Definition at line 261 of file fip.h.

Field Documentation

◆ type

uint8_t fip_elp::type

Type.

Definition at line 263 of file fip.h.

◆ len

uint8_t fip_elp::len

Length in 32-bit words.

Definition at line 265 of file fip.h.

◆ reserved

uint8_t fip_elp::reserved[2]

Reserved.

Definition at line 267 of file fip.h.

◆ fc

struct fc_frame_header fip_elp::fc

Fibre Channel frame header.

Definition at line 269 of file fip.h.

◆ els

struct fc_els_frame_common fip_elp::els

ELS frame.

Definition at line 271 of file fip.h.

◆ dull

uint32_t fip_elp::dull[25]

Uninteresting content.

Definition at line 273 of file fip.h.


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