Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h92 ((bus_p->bus_hp_sup_modes & PCIE_ACPI_HP_MODE) || \
99 ((bus_p->bus_hp_curr_mode == PCIE_ACPI_HP_MODE) || \
/titanic_50/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c99 bus_p->bus_hp_sup_modes |= PCIE_ACPI_HP_MODE; in pciehpc_update_ops()
100 bus_p->bus_hp_curr_mode = PCIE_ACPI_HP_MODE; in pciehpc_update_ops()
/titanic_50/usr/src/uts/common/sys/
H A Dpcie_impl.h180 PCIE_ACPI_HP_MODE = 0x1, enumerator
/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1909 (bus_p->bus_hp_curr_mode == PCIE_ACPI_HP_MODE)) { in pciehpc_issue_hpc_command()