|
iPXE
|
PCI-to-PCI bridge. More...
Go to the source code of this file.
Data Structures | |
| struct | pci_bridge |
| A PCI-to-PCI bridge. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| struct pci_bridge * | pcibridge_find (struct pci_device *pci) |
| Find bridge attached to a PCI device. More... | |
PCI-to-PCI bridge.
Definition in file pcibridge.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| struct pci_bridge* pcibridge_find | ( | struct pci_device * | pci | ) |
Find bridge attached to a PCI device.
| pci | PCI device |
| bridge | PCI bridge, or NULL |
Definition at line 48 of file pcibridge.c.
References bus, pci_device::busdevfn, pci_bridge::list, list_for_each_entry, NULL, pci_bridge::pci, PCI_BUS, and pci_bridge::secondary.
Referenced by ena_membases().
1.8.15