|
iPXE
|
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... | |
| 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().
| 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().
| 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().
| 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().
| uint16_t fc_login_common::max_seq |
| uint16_t fc_login_common::rel_offs |
| 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 |
"Common"?!
Referenced by fc_els_plogi_tx().
| 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().
1.8.15