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()
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
490 pcie_hp_ctrl_t *ctrl_p = context; in pciehpc_acpi_notify_handler() 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
1304 pciehpc_hpc_init(pcie_hp_ctrl_t *ctrl_p) in pciehpc_hpc_init()
1333 pciehpc_hpc_uninit(pcie_hp_ctrl_t *ctrl_p) in pciehpc_hpc_uninit()
1656 pcie_hp_ctrl_t *ctrl_p = sync->pst_ctrl; in pciehpc_state_sync() local
1993 pcie_hp_ctrl_t *ctrl_p; in pciehpc_create_controller() local
2024 pcie_hp_ctrl_t *ctrl_p; in pciehpc_destroy_controller() local
[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
938 pcie_hp_ctrl_t *ctrl_p; in pcishpc_destroy_controller() local
1650 pcishpc_wait_busy(pcie_hp_ctrl_t *ctrl_p) in pcishpc_wait_busy()
2017 pcie_hp_ctrl_t *ctrl_p = slot_p->hs_ctrl; in pcishpc_set_bus_speed() local
[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.c770 pcie_hp_ctrl_t *ctrl_p = PCIE_GET_HP_CTRL(dip); in pcie_hpintr_enable() local
790 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