Home
last modified time | relevance | path

Searched refs:PCIE_IS_PCI_HOTPLUG_CAPABLE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c224 } else if (PCIE_IS_PCI_HOTPLUG_CAPABLE(bus_p)) { in pcie_hp_init()
677 } else if (PCIE_IS_PCI_HOTPLUG_CAPABLE(bus_p)) { in pcie_find_physical_slot()
1016 } else if (PCIE_IS_PCI_HOTPLUG_CAPABLE(bus_p)) { in pcie_hp_common_ops()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h99 #define PCIE_IS_PCI_HOTPLUG_CAPABLE(bus_p) \ macro