iPXE
Data Fields
fc_login_common Struct Reference

Fibre Channel "common" service parameters. More...

#include <fcels.h>

Data Fields

uint16_t version
 Login version. More...
 
uint16_t credit
 Buffer-to-buffer credit. More...
 
uint16_t flags
 Flags. More...
 
uint16_t mtu
 Receive size. More...
 
union {
   struct {
      uint16_t   max_seq
 Maximum number of concurrent sequences. More...
 
      uint16_t   rel_offs
 Relative offset by info category. More...
 
   }   plogi
 
   struct {
      uint32_t   r_a_tov
 Resource allocation timeout value. More...
 
   }   flogi
 
u
 "Common"?! More...
 
uint32_t e_d_tov
 Error detection timeout value. More...
 

Detailed Description

Fibre Channel "common" service parameters.

Definition at line 75 of file fcels.h.

Field Documentation

◆ version

uint16_t fc_login_common::version

Login version.

Definition at line 77 of file fcels.h.

Referenced by fc_els_flogi_tx(), and fc_els_plogi_tx().

◆ credit

uint16_t fc_login_common::credit

Buffer-to-buffer credit.

Definition at line 79 of file fcels.h.

Referenced by fc_els_flogi_tx(), and fc_els_plogi_tx().

◆ flags

uint16_t fc_login_common::flags

Flags.

Definition at line 81 of file fcels.h.

Referenced by fc_els_flogi_rx(), fc_els_flogi_tx(), and fc_els_plogi_tx().

◆ mtu

uint16_t fc_login_common::mtu

Receive size.

Definition at line 83 of file fcels.h.

Referenced by fc_els_flogi_tx(), and fc_els_plogi_tx().

◆ max_seq

uint16_t fc_login_common::max_seq

Maximum number of concurrent sequences.

Definition at line 88 of file fcels.h.

◆ rel_offs

uint16_t fc_login_common::rel_offs

Relative offset by info category.

Definition at line 90 of file fcels.h.

◆ plogi

struct { ... } fc_login_common::plogi

Referenced by fc_els_plogi_tx().

◆ r_a_tov

uint32_t fc_login_common::r_a_tov

Resource allocation timeout value.

Definition at line 94 of file fcels.h.

◆ flogi

struct { ... } fc_login_common::flogi

◆ u

union { ... } fc_login_common::u

"Common"?!

Referenced by fc_els_plogi_tx().

◆ e_d_tov

uint32_t fc_login_common::e_d_tov

Error detection timeout value.

Definition at line 98 of file fcels.h.

Referenced by fc_els_plogi_tx().


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