iPXE
Data Fields
ibft_offset_pair Struct Reference

iBFT NIC and Target offset pair More...

#include <ibft.h>

Data Fields

ibft_off_t nic
 Offset to NIC structure. More...
 
ibft_off_t target
 Offset to Target structure. More...
 

Detailed Description

iBFT NIC and Target offset pair

There is no implicit relation between the NIC and the Target, but using this structure simplifies the table construction code while matching the expected table layout.

Definition at line 110 of file ibft.h.

Field Documentation

◆ nic

ibft_off_t ibft_offset_pair::nic

Offset to NIC structure.

Definition at line 112 of file ibft.h.

Referenced by ibft_install().

◆ target

ibft_off_t ibft_offset_pair::target

Offset to Target structure.

Definition at line 114 of file ibft.h.

Referenced by ibft_install().


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