Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c107 ctrl_p->hc_ops.init_hpc_hw = pciehpc_acpi_hpc_init; in pciehpc_acpi_setup_ops()
108 ctrl_p->hc_ops.uninit_hpc_hw = pciehpc_acpi_hpc_uninit; in pciehpc_acpi_setup_ops()
109 ctrl_p->hc_ops.init_hpc_slotinfo = pciehpc_acpi_slotinfo_init; in pciehpc_acpi_setup_ops()
110 ctrl_p->hc_ops.uninit_hpc_slotinfo = pciehpc_acpi_slotinfo_uninit; in pciehpc_acpi_setup_ops()
111 ctrl_p->hc_ops.poweron_hpc_slot = pciehpc_acpi_slot_poweron; in pciehpc_acpi_setup_ops()
112 ctrl_p->hc_ops.poweroff_hpc_slot = pciehpc_acpi_slot_poweroff; in pciehpc_acpi_setup_ops()
113 ctrl_p->hc_ops.disable_hpc_intr = pciehpc_acpi_disable_intr; in pciehpc_acpi_setup_ops()
114 ctrl_p->hc_ops.enable_hpc_intr = pciehpc_acpi_enable_intr; in pciehpc_acpi_setup_ops()
/titanic_44/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c157 ctrl_p->hc_ops.init_hpc_hw = pciehpc_hpc_init; in pciehpc_init()
158 ctrl_p->hc_ops.uninit_hpc_hw = pciehpc_hpc_uninit; in pciehpc_init()
159 ctrl_p->hc_ops.init_hpc_slotinfo = pciehpc_slotinfo_init; in pciehpc_init()
160 ctrl_p->hc_ops.uninit_hpc_slotinfo = pciehpc_slotinfo_uninit; in pciehpc_init()
161 ctrl_p->hc_ops.poweron_hpc_slot = pciehpc_slot_poweron; in pciehpc_init()
162 ctrl_p->hc_ops.poweroff_hpc_slot = pciehpc_slot_poweroff; in pciehpc_init()
164 ctrl_p->hc_ops.enable_hpc_intr = pciehpc_enable_intr; in pciehpc_init()
165 ctrl_p->hc_ops.disable_hpc_intr = pciehpc_disable_intr; in pciehpc_init()
172 if ((ctrl_p->hc_ops.init_hpc_hw)(ctrl_p) != DDI_SUCCESS) in pciehpc_init()
176 if ((ctrl_p->hc_ops.init_hpc_slotinfo)(ctrl_p) != DDI_SUCCESS) in pciehpc_init()
[all …]
/titanic_44/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h239 pcie_hp_ops_t hc_ops; /* Platform specific ops */ member
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c290 (void) (ctrl_p->hc_ops.enable_hpc_intr)(ctrl_p); in pcie_hpintr_enable()
310 (void) (ctrl_p->hc_ops.disable_hpc_intr)(ctrl_p); in pcie_hpintr_disable()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c136 static const topo_modops_t hc_ops = variable
139 { HC, FM_FMRI_SCHEME_HC, HC_VERSION, &hc_ops };