Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h150 int (*disable_hpc_intr)(pcie_hp_ctrl_t *ctrl_p); member
/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c113 ctrl_p->hc_ops.disable_hpc_intr = pciehpc_acpi_disable_intr; in pciehpc_acpi_setup_ops()
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c165 ctrl_p->hc_ops.disable_hpc_intr = pciehpc_disable_intr; in pciehpc_init()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c310 (void) (ctrl_p->hc_ops.disable_hpc_intr)(ctrl_p); in pcie_hpintr_disable()