iPXE
Data Fields
pci_range Struct Reference

A PCI bus:dev.fn address range. More...

#include <pci_io.h>

Data Fields

uint32_t start
 Starting bus:dev.fn address. More...
 
unsigned int count
 Number of bus:dev.fn addresses within this range. More...
 

Detailed Description

A PCI bus:dev.fn address range.

Definition at line 21 of file pci_io.h.

Field Documentation

◆ start

uint32_t pci_range::start

Starting bus:dev.fn address.

Definition at line 23 of file pci_io.h.

Referenced by ecam_access(), ecam_find(), ecam_read(), ecam_write(), http_block_read(), pci_find_next(), pcibios_discover(), and peerblk_raw_open().

◆ count

unsigned int pci_range::count

Number of bus:dev.fn addresses within this range.

Definition at line 25 of file pci_io.h.

Referenced by ecam_access(), ecam_find(), pci_find_next(), and pcibios_discover().


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