Home
last modified time | relevance | path

Searched defs:ctrl_p (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c74 pciehpc_update_ops(pcie_hp_ctrl_t *ctrl_p) in pciehpc_update_ops()
105 pciehpc_acpi_setup_ops(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_setup_ops()
121 pciehpc_acpi_hpc_init(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_hpc_init()
182 pciehpc_acpi_hpc_uninit(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_hpc_uninit()
199 pciehpc_acpi_enable_intr(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_enable_intr()
210 pciehpc_acpi_disable_intr(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_disable_intr()
226 pciehpc_acpi_slotinfo_init(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_slotinfo_init()
289 pciehpc_acpi_slotinfo_uninit(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_slotinfo_uninit()
311 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweron() local
383 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweroff() local
[all …]
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c127 pcie_hp_ctrl_t *ctrl_p; in pciehpc_init() local
219 pcie_hp_ctrl_t *ctrl_p; in pciehpc_uninit() local
266 pcie_hp_ctrl_t *ctrl_p; in pciehpc_intr() local
431 pcie_hp_ctrl_t *ctrl_p; in pciehpc_hp_ops() local
504 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_get_slot_state() local
558 pciehpc_set_slot_name(pcie_hp_ctrl_t *ctrl_p) in pciehpc_set_slot_name()
632 pciehpc_reg_get8(pcie_hp_ctrl_t *ctrl_p, uint_t off) in pciehpc_reg_get8()
645 pciehpc_reg_get16(pcie_hp_ctrl_t *ctrl_p, uint_t off) in pciehpc_reg_get16()
658 pciehpc_reg_get32(pcie_hp_ctrl_t *ctrl_p, uint_t off) in pciehpc_reg_get32()
671 pciehpc_reg_put8(pcie_hp_ctrl_t *ctrl_p, uint_t off, uint8_t val) in pciehpc_reg_put8()
[all …]
H A Dpcishpc.c137 pcie_hp_ctrl_t *ctrl_p; in pcishpc_init() local
219 pcie_hp_ctrl_t *ctrl_p; in pcishpc_uninit() local
260 pcie_hp_ctrl_t *ctrl_p; in pcishpc_intr() local
369 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_get_property() local
573 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_set_property() local
752 pcie_hp_ctrl_t *ctrl_p; in pcishpc_hp_ops() local
838 pcie_hp_ctrl_t *ctrl_p; in pcishpc_create_controller() local
870 pcishpc_setup_controller(pcie_hp_ctrl_t *ctrl_p) in pcishpc_setup_controller()
934 pcie_hp_ctrl_t *ctrl_p; in pcishpc_destroy_controller() local
966 pcishpc_create_slot(pcie_hp_ctrl_t *ctrl_p) in pcishpc_create_slot()
[all …]
H A Dpcie_hp.c321 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_probe() local
354 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_unprobe() local
471 pcie_hp_ctrl_t *ctrl_p = (pcie_hp_ctrl_t *)bus_p->bus_hp_ctrl; in pcie_hp_create_occupant_props() local
543 pcie_create_minor_node(pcie_hp_ctrl_t *ctrl_p, int slot) in pcie_create_minor_node()
566 pcie_remove_minor_node(pcie_hp_ctrl_t *ctrl_p, int slot) in pcie_remove_minor_node()
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_nswstate.c391 nscd_state_ctrl_t *ctrl_p; in _get_nsw_state_int() local
696 nscd_state_ctrl_t *ctrl_p; in _put_nsw_state_int() local
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c287 pcie_hp_ctrl_t *ctrl_p = PCIE_GET_HP_CTRL(dip); in pcie_hpintr_enable() local
307 pcie_hp_ctrl_t *ctrl_p = PCIE_GET_HP_CTRL(dip); in pcie_hpintr_disable() local
/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h88 #define PCIE_SET_HP_CTRL(dip, ctrl_p) \ argument