iPXE
Data Fields
fip_ls_rjt Struct Reference

A FIP descriptor containing an encapsulated LS_RJT 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_ls_rjt_frame els
 ELS frame. More...
 

Detailed Description

A FIP descriptor containing an encapsulated LS_RJT frame.

Definition at line 277 of file fip.h.

Field Documentation

◆ type

uint8_t fip_ls_rjt::type

Type.

Definition at line 279 of file fip.h.

◆ len

uint8_t fip_ls_rjt::len

Length in 32-bit words.

Definition at line 281 of file fip.h.

◆ reserved

uint8_t fip_ls_rjt::reserved[2]

Reserved.

Definition at line 283 of file fip.h.

◆ fc

struct fc_frame_header fip_ls_rjt::fc

Fibre Channel frame header.

Definition at line 285 of file fip.h.

◆ els

struct fc_ls_rjt_frame fip_ls_rjt::els

ELS frame.

Definition at line 287 of file fip.h.


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