Home
last modified time | relevance | path

Searched refs:PCIE_ACPI_HP_MODE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h96 ((bus_p->bus_hp_sup_modes & PCIE_ACPI_HP_MODE) || \
103 ((bus_p->bus_hp_curr_mode == PCIE_ACPI_HP_MODE) || \
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c102 bus_p->bus_hp_sup_modes |= PCIE_ACPI_HP_MODE; in pciehpc_update_ops()
103 bus_p->bus_hp_curr_mode = PCIE_ACPI_HP_MODE; in pciehpc_update_ops()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h184 PCIE_ACPI_HP_MODE = 0x1, enumerator
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c3437 (bus_p->bus_hp_curr_mode == PCIE_ACPI_HP_MODE)) { in pciehpc_issue_hpc_command()