iPXE
|
A Fibre Channel LOGO request frame. More...
#include <fcels.h>
Data Fields | |
uint8_t | command |
ELS command code. More... | |
uint8_t | reserved [4] |
Reserved. More... | |
struct fc_port_id | port_id |
Port ID. More... | |
struct fc_name | port_wwn |
Port name. More... | |
uint8_t fc_logout_request_frame::command |
ELS command code.
Definition at line 234 of file fcels.h.
Referenced by fc_els_logo_detect(), and fc_els_logo_tx().
struct fc_port_id fc_logout_request_frame::port_id |
Port ID.
Definition at line 238 of file fcels.h.
Referenced by fc_els_logo_rx_request(), and fc_els_logo_tx().
struct fc_name fc_logout_request_frame::port_wwn |
Port name.
Definition at line 240 of file fcels.h.
Referenced by fc_els_logo_rx_request(), and fc_els_logo_tx().