iPXE
Data Fields
fc_ls_rjt_frame Struct Reference

A Fibre Channel LS_RJT frame. More...

#include <fcels.h>

Data Fields

uint8_t command
 ELS command code. More...
 
uint8_t reserved [4]
 Reserved. More...
 
uint8_t reason
 Reason code. More...
 
uint8_t explanation
 Reason code explanation. More...
 
uint8_t vendor
 Vendor unique. More...
 

Detailed Description

A Fibre Channel LS_RJT frame.

Definition at line 43 of file fcels.h.

Field Documentation

◆ command

uint8_t fc_ls_rjt_frame::command

ELS command code.

Definition at line 45 of file fcels.h.

Referenced by fc_els_unknown_tx_response().

◆ reserved

uint8_t fc_ls_rjt_frame::reserved[4]

Reserved.

Definition at line 47 of file fcels.h.

◆ reason

uint8_t fc_ls_rjt_frame::reason

Reason code.

Definition at line 49 of file fcels.h.

Referenced by fc_els_unknown_tx_response().

◆ explanation

uint8_t fc_ls_rjt_frame::explanation

Reason code explanation.

Definition at line 51 of file fcels.h.

◆ vendor

uint8_t fc_ls_rjt_frame::vendor

Vendor unique.

Definition at line 53 of file fcels.h.


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