Crate driver_pci
source ·Expand description
Structures and functions for PCI bus operations.
Currently, it just re-exports structures from the crate virtio-drivers
and its module virtio_drivers::transport::pci::bus.
Structs
- Information about a PCI device capability.
 - The command register in PCI configuration space.
 - An identifier for a PCI bus, device and function.
 - Information about a PCI device function.
 - Used to allocate MMIO regions for PCI BARs.
 - The root complex of a PCI bus.
 - The status register in PCI configuration space.
 
Enums
- Information about a PCI Base Address Register.
 - A PCI Configuration Access Mechanism.
 - The type of a PCI device function header.
 - The location allowed for a memory BAR.
 - Errors accessing a PCI device.