iPXE
fip_descriptors Struct Reference

A FIP descriptor set. More...

#include <fip.h>

Data Fields

union fip_descriptordesc [FIP_NUM_DESCRIPTOR_TYPES]
 Descriptors, indexed by type.
size_t len [FIP_NUM_DESCRIPTOR_TYPES]
 Descriptor lengths, indexed by type.

Detailed Description

A FIP descriptor set.

Definition at line 406 of file fip.h.

Field Documentation

◆ desc

union fip_descriptor* fip_descriptors::desc[FIP_NUM_DESCRIPTOR_TYPES]

Descriptors, indexed by type.

Definition at line 408 of file fip.h.

Referenced by fcoe_fip_parse().

◆ len

size_t fip_descriptors::len[FIP_NUM_DESCRIPTOR_TYPES]

Descriptor lengths, indexed by type.

Definition at line 410 of file fip.h.

Referenced by fcoe_fip_parse().


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