Home
last modified time | relevance | path

Searched refs:PCIE_IS_PCI_BDG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h101 #define PCIE_IS_PCI_BDG(bus_p) (PCIE_IS_PCI(bus_p) && PCIE_IS_BDG(bus_p)) macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c573 if (PCIE_IS_PCI_BDG(bus_p)) in pcieb_attach()
H A Dpcie_fault.c1049 if (PCIE_IS_PCI_BDG(bus_p) && in pf_default_hdl()