iPXE
Data Fields
abft_table Struct Reference

AoE Boot Firmware Table (aBFT) More...

#include <aoe.h>

Data Fields

struct acpi_header acpi
 ACPI header. More...
 
uint16_t shelf
 AoE shelf. More...
 
uint8_t slot
 AoE slot. More...
 
uint8_t reserved_a
 Reserved. More...
 
uint8_t mac [ETH_ALEN]
 MAC address. More...
 

Detailed Description

AoE Boot Firmware Table (aBFT)

Definition at line 149 of file aoe.h.

Field Documentation

◆ acpi

struct acpi_header abft_table::acpi

ACPI header.

Definition at line 151 of file aoe.h.

Referenced by abft_install().

◆ shelf

uint16_t abft_table::shelf

AoE shelf.

Definition at line 153 of file aoe.h.

Referenced by abft_install().

◆ slot

uint8_t abft_table::slot

AoE slot.

Definition at line 155 of file aoe.h.

Referenced by abft_install().

◆ reserved_a

uint8_t abft_table::reserved_a

Reserved.

Definition at line 157 of file aoe.h.

◆ mac

uint8_t abft_table::mac[ETH_ALEN]

MAC address.

Definition at line 159 of file aoe.h.

Referenced by abft_install().


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