iPXE
fip_logo_response Struct Reference

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

#include <fip.h>

Data Fields

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

Detailed Description

A FIP descriptor containing an encapsulated LOGO response frame.

Definition at line 247 of file fip.h.

Field Documentation

◆ type

uint8_t fip_logo_response::type

Type.

Definition at line 249 of file fip.h.

◆ len

uint8_t fip_logo_response::len

Length in 32-bit words.

Definition at line 251 of file fip.h.

◆ reserved

uint8_t fip_logo_response::reserved[2]

Reserved.

Definition at line 253 of file fip.h.

◆ fc

struct fc_frame_header fip_logo_response::fc

Fibre Channel frame header.

Definition at line 255 of file fip.h.

◆ els

struct fc_logout_response_frame fip_logo_response::els

ELS frame.

Definition at line 257 of file fip.h.


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