iPXE
Data Fields
fip_login Struct Reference

A FIP descriptor containing an encapsulated login 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_login_frame els
 ELS frame. More...
 

Detailed Description

A FIP descriptor containing an encapsulated login frame.

Definition at line 219 of file fip.h.

Field Documentation

◆ type

uint8_t fip_login::type

Type.

Definition at line 221 of file fip.h.

Referenced by fcoe_deliver().

◆ len

uint8_t fip_login::len

Length in 32-bit words.

Definition at line 223 of file fip.h.

Referenced by fcoe_deliver().

◆ reserved

uint8_t fip_login::reserved[2]

Reserved.

Definition at line 225 of file fip.h.

◆ fc

struct fc_frame_header fip_login::fc

Fibre Channel frame header.

Definition at line 227 of file fip.h.

◆ els

struct fc_login_frame fip_login::els

ELS frame.

Definition at line 229 of file fip.h.


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