iPXE
Data Fields
fip_fabric Struct Reference

A FIP fabric descriptor. More...

#include <fip.h>

Data Fields

uint8_t type
 Type. More...
 
uint8_t len
 Length in 32-bit words. More...
 
uint16_t vf_id
 Virtual Fabric ID, if any. More...
 
uint8_t reserved
 Reserved. More...
 
struct fcoe_map map
 FC-MAP. More...
 
struct fc_name name
 Fabric name. More...
 

Detailed Description

A FIP fabric descriptor.

Definition at line 179 of file fip.h.

Field Documentation

◆ type

uint8_t fip_fabric::type

Type.

Definition at line 181 of file fip.h.

◆ len

uint8_t fip_fabric::len

Length in 32-bit words.

Definition at line 183 of file fip.h.

◆ vf_id

uint16_t fip_fabric::vf_id

Virtual Fabric ID, if any.

Definition at line 185 of file fip.h.

◆ reserved

uint8_t fip_fabric::reserved

Reserved.

Definition at line 187 of file fip.h.

◆ map

struct fcoe_map fip_fabric::map

FC-MAP.

Definition at line 189 of file fip.h.

◆ name

struct fc_name fip_fabric::name

Fabric name.

Definition at line 191 of file fip.h.


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