Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c369 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_get_property()
573 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_set_property()
792 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pcishpc_hp_ops()
797 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pcishpc_hp_ops()
974 slot_p->hs_ctrl = ctrl_p; in pcishpc_create_slot()
1202 ASSERT(MUTEX_HELD(&slot_p->hs_ctrl->hc_mutex)); in pcishpc_slot_poweron()
1223 status = pcishpc_read_reg(slot_p->hs_ctrl, in pcishpc_slot_poweron()
1245 slot_p->hs_ctrl->hc_num_slots_connected++; in pcishpc_slot_poweron()
1249 slot_p->hs_info.cn_state, slot_p->hs_ctrl->hc_curr_bus_speed, in pcishpc_slot_poweron()
1250 slot_p->hs_ctrl->hc_num_slots_connected); in pcishpc_slot_poweron()
[all …]
H A Dpciehpc.c449 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
456 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
463 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
468 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
504 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_get_slot_state()
946 ctrl_p->hc_slots[0]->hs_ctrl = ctrl_p; in pciehpc_create_controller()
1045 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_poweron()
1201 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_poweroff()
1305 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_probe()
1354 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_slot_unprobe()
[all …]
H A Dpcie_hp.c321 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_probe()
354 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_unprobe()
/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c311 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweron()
383 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweroff()
542 (void) ndi_hp_state_change_req(slot_p->hs_ctrl->hc_dip, in pciehpc_acpi_notify_handler()
/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h209 pcie_hp_ctrl_t *hs_ctrl; /* Hotplug ctrl for this slot */ member