|
iPXE
|
Fibre Channel "common" service parameters. More...
#include <fcels.h>
Data Fields | |
| uint16_t | version |
| Login version. | |
| uint16_t | credit |
| Buffer-to-buffer credit. | |
| uint16_t | flags |
| Flags. | |
| uint16_t | mtu |
| Receive size. | |
| 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"? | |
| uint32_t | e_d_tov |
| Error detection timeout value. | |
| uint16_t fc_login_common::version |
Login version.
Definition at line 78 of file fcels.h.
Referenced by fc_els_flogi_tx(), and fc_els_plogi_tx().
| uint16_t fc_login_common::credit |
Buffer-to-buffer credit.
Definition at line 80 of file fcels.h.
Referenced by fc_els_flogi_tx(), and fc_els_plogi_tx().
| uint16_t fc_login_common::flags |
Flags.
Definition at line 82 of file fcels.h.
Referenced by fc_els_flogi_rx(), fc_els_flogi_tx(), and fc_els_plogi_tx().
| uint16_t fc_login_common::mtu |
Receive size.
Definition at line 84 of file fcels.h.
Referenced by fc_els_flogi_tx(), and fc_els_plogi_tx().
| uint16_t fc_login_common::max_seq |
Maximum number of concurrent sequences.
Definition at line 89 of file fcels.h.
Referenced by fc_els_plogi_tx().
| uint16_t fc_login_common::rel_offs |
Relative offset by info category.
Definition at line 91 of file fcels.h.
Referenced by fc_els_plogi_tx().
| struct { ... } fc_login_common::plogi |
Referenced by fc_els_plogi_tx().
| uint32_t fc_login_common::r_a_tov |
| struct { ... } fc_login_common::flogi |
| union { ... } fc_login_common::u |
| uint32_t fc_login_common::e_d_tov |
Error detection timeout value.
Definition at line 99 of file fcels.h.
Referenced by fc_els_plogi_tx().