Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c221 if (PCIE_IS_PCIE_HOTPLUG_CAPABLE(bus_p)) { in pcie_hp_init()
674 if (PCIE_IS_PCIE_HOTPLUG_CAPABLE(bus_p)) { in pcie_find_physical_slot()
1013 if (PCIE_IS_PCIE_HOTPLUG_CAPABLE(bus_p)) { in pcie_hp_common_ops()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h95 #define PCIE_IS_PCIE_HOTPLUG_CAPABLE(bus_p) \ macro