iPXE
Data Fields
fc_logout_request_frame Struct Reference

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...
 

Detailed Description

A Fibre Channel LOGO request frame.

Definition at line 232 of file fcels.h.

Field Documentation

◆ command

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().

◆ reserved

uint8_t fc_logout_request_frame::reserved[4]

Reserved.

Definition at line 236 of file fcels.h.

◆ port_id

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().

◆ port_wwn

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().


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