iPXE
Data Fields
ecam_allocation Struct Reference

An Enhanced Configuration Access Mechanism allocation. More...

#include <ecam.h>

Data Fields

uint64_t base
 Base address. More...
 
uint16_t segment
 PCI segment number. More...
 
uint8_t start
 Start PCI bus number. More...
 
uint8_t end
 End PCI bus number. More...
 
uint8_t reserved [4]
 Reserved. More...
 

Detailed Description

An Enhanced Configuration Access Mechanism allocation.

Definition at line 22 of file ecam.h.

Field Documentation

◆ base

uint64_t ecam_allocation::base

Base address.

Definition at line 24 of file ecam.h.

Referenced by ecam_access().

◆ segment

uint16_t ecam_allocation::segment

PCI segment number.

Definition at line 26 of file ecam.h.

Referenced by ecam_access().

◆ start

uint8_t ecam_allocation::start

Start PCI bus number.

Definition at line 28 of file ecam.h.

Referenced by ecam_access().

◆ end

uint8_t ecam_allocation::end

End PCI bus number.

Definition at line 30 of file ecam.h.

Referenced by ecam_access().

◆ reserved

uint8_t ecam_allocation::reserved[4]

Reserved.

Definition at line 32 of file ecam.h.


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