Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c77 pciehpc_update_ops(pcie_hp_ctrl_t *ctrl_p) in pciehpc_update_ops()
108 pciehpc_acpi_setup_ops(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_setup_ops()
124 pciehpc_acpi_hpc_init(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_hpc_init()
185 pciehpc_acpi_hpc_uninit(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_hpc_uninit()
202 pciehpc_acpi_enable_intr(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_enable_intr()
213 pciehpc_acpi_disable_intr(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_disable_intr()
229 pciehpc_acpi_slotinfo_init(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_slotinfo_init()
301 pciehpc_acpi_slotinfo_uninit(pcie_hp_ctrl_t *ctrl_p) in pciehpc_acpi_slotinfo_uninit()
325 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweron() local
397 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_acpi_slot_poweroff() local
[all …]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c537 pcie_hp_ctrl_t *ctrl_p; in pciehpc_init() local
638 pcie_hp_ctrl_t *ctrl_p; in pciehpc_uninit() local
709 pcie_hp_ctrl_t *ctrl_p; in pciehpc_intr() local
906 pcie_hp_ctrl_t *ctrl_p; in pciehpc_hp_ops() local
979 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pciehpc_get_slot_state() local
1058 pciehpc_set_slot_name(pcie_hp_ctrl_t *ctrl_p) in pciehpc_set_slot_name()
1132 pciehpc_reg_get8(pcie_hp_ctrl_t *ctrl_p, uint_t off) in pciehpc_reg_get8()
1145 pciehpc_reg_get16(pcie_hp_ctrl_t *ctrl_p, uint_t off) in pciehpc_reg_get16()
1158 pciehpc_reg_get32(pcie_hp_ctrl_t *ctrl_p, uint_t off) in pciehpc_reg_get32()
1171 pciehpc_reg_put8(pcie_hp_ctrl_t *ctrl_p, uint_t off, uint8_t val) in pciehpc_reg_put8()
[all …]
H A Dpcishpc.c138 pcie_hp_ctrl_t *ctrl_p; in pcishpc_init() local
220 pcie_hp_ctrl_t *ctrl_p; in pcishpc_uninit() local
261 pcie_hp_ctrl_t *ctrl_p; in pcishpc_intr() local
370 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_get_property() local
575 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_slot_set_property() local
756 pcie_hp_ctrl_t *ctrl_p; in pcishpc_hp_ops() local
842 pcie_hp_ctrl_t *ctrl_p; in pcishpc_create_controller() local
874 pcishpc_setup_controller(pcie_hp_ctrl_t *ctrl_p) in pcishpc_setup_controller()
938 pcie_hp_ctrl_t *ctrl_p; in pcishpc_destroy_controller() local
970 pcishpc_create_slot(pcie_hp_ctrl_t *ctrl_p) in pcishpc_create_slot()
[all …]
H A Dpcie_hp.c324 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_probe() local
357 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcie_hp_unprobe() local
473 pcie_hp_ctrl_t *ctrl_p = (pcie_hp_ctrl_t *)bus_p->bus_hp_ctrl; in pcie_hp_create_occupant_props() local
545 pcie_create_minor_node(pcie_hp_ctrl_t *ctrl_p, int slot) in pcie_create_minor_node()
568 pcie_remove_minor_node(pcie_hp_ctrl_t *ctrl_p, int slot) in pcie_remove_minor_node()
/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c777 pcie_hp_ctrl_t *ctrl_p = PCIE_GET_HP_CTRL(dip); in pcie_hpintr_enable() local
797 pcie_hp_ctrl_t *ctrl_p = PCIE_GET_HP_CTRL(dip); in pcie_hpintr_disable() local
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h92 #define PCIE_SET_HP_CTRL(dip, ctrl_p) \ argument