iPXE
Data Fields
fcoe_name Union Reference

An FCoE name. More...

#include <fcoe.h>

Data Fields

struct fc_name fc
 Fibre Channel name. More...
 
struct {
   uint16_t   authority
 Naming authority. More...
 
   uint8_t   mac [ETH_ALEN]
 MAC address. More...
 
fcoe
 FCoE name. More...
 

Detailed Description

An FCoE name.

Definition at line 18 of file fcoe.h.

Field Documentation

◆ fc

struct fc_name fcoe_name::fc

Fibre Channel name.

Definition at line 20 of file fcoe.h.

Referenced by fcoe_expired(), fcoe_fip_tx_solicitation(), and fcoe_probe().

◆ authority

uint16_t fcoe_name::authority

Naming authority.

Definition at line 24 of file fcoe.h.

Referenced by fcoe_probe().

◆ mac

uint8_t fcoe_name::mac[ETH_ALEN]

MAC address.

Definition at line 26 of file fcoe.h.

Referenced by fcoe_probe().

◆ fcoe

struct { ... } fcoe_name::fcoe

FCoE name.

Referenced by fcoe_probe().


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