iPXE
Data Fields
fip_logo_request Struct Reference

A FIP descriptor containing an encapsulated LOGO request frame. More...

#include <fip.h>

Data Fields

uint8_t type
 Type. More...
 
uint8_t len
 Length in 32-bit words. More...
 
uint8_t reserved [2]
 Reserved. More...
 
struct fc_frame_header fc
 Fibre Channel frame header. More...
 
struct fc_logout_request_frame els
 ELS frame. More...
 

Detailed Description

A FIP descriptor containing an encapsulated LOGO request frame.

Definition at line 233 of file fip.h.

Field Documentation

◆ type

uint8_t fip_logo_request::type

Type.

Definition at line 235 of file fip.h.

◆ len

uint8_t fip_logo_request::len

Length in 32-bit words.

Definition at line 237 of file fip.h.

◆ reserved

uint8_t fip_logo_request::reserved[2]

Reserved.

Definition at line 239 of file fip.h.

◆ fc

struct fc_frame_header fip_logo_request::fc

Fibre Channel frame header.

Definition at line 241 of file fip.h.

◆ els

struct fc_logout_request_frame fip_logo_request::els

ELS frame.

Definition at line 243 of file fip.h.


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