Home
last modified time | relevance | path

Searched refs:bus_hp_curr_mode (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h99 ((bus_p->bus_hp_curr_mode == PCIE_ACPI_HP_MODE) || \
100 (bus_p->bus_hp_curr_mode == PCIE_NATIVE_HP_MODE))
103 (bus_p->bus_hp_curr_mode & PCIE_PCI_HP_MODE)
/titanic_41/usr/src/uts/common/sys/
H A Dpcie_impl.h78 ((PCIE_DIP2BUS(dip)->bus_hp_curr_mode == PCIE_PCI_HP_MODE) || \
79 (PCIE_DIP2BUS(dip)->bus_hp_curr_mode == PCIE_NATIVE_HP_MODE))
330 pcie_hp_mode_t bus_hp_curr_mode; /* HP mode used */ member
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c284 if (bus_p->bus_hp_curr_mode != PCIE_NATIVE_HP_MODE) { in pciehpc_intr()
956 bus_p->bus_hp_curr_mode = PCIE_NATIVE_HP_MODE; in pciehpc_create_controller()
976 bus_p->bus_hp_curr_mode = PCIE_NONE_HP_MODE; in pciehpc_destroy_controller()
1909 (bus_p->bus_hp_curr_mode == PCIE_ACPI_HP_MODE)) { in pciehpc_issue_hpc_command()
H A Dpcishpc.c853 bus_p->bus_hp_curr_mode = PCIE_PCI_HP_MODE; in pcishpc_create_controller()
949 bus_p->bus_hp_curr_mode = PCIE_NONE_HP_MODE; in pcishpc_destroy_controller()
/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c100 bus_p->bus_hp_curr_mode = PCIE_ACPI_HP_MODE; in pciehpc_update_ops()