iPXE
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.
unsigned int count
 Number of bus:dev.fn addresses within this range.

Detailed Description

A PCI bus:dev.fn address range.

Definition at line 23 of file pci_io.h.

Field Documentation

◆ start

uint32_t pci_range::start

Starting bus:dev.fn address.

Definition at line 25 of file pci_io.h.

Referenced by pcicloud_find().

◆ count

unsigned int pci_range::count

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

Definition at line 27 of file pci_io.h.

Referenced by pcicloud_find().


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