Searched refs:hc_slots (Results 1 – 5 of 5) sorted by relevance
229 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_slotinfo_init()291 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_slotinfo_uninit()436 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_install_event_handler()478 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_notify_handler()560 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_uninstall_event_handler()579 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_power_on_slot()617 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_acpi_power_off_slot()
289 slot_p = ctrl_p->hc_slots[0]; in pciehpc_intr()441 slot_p = ctrl_p->hc_slots[0]; in pciehpc_hp_ops()560 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_set_slot_name()767 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_slotinfo_init()843 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_slotinfo_uninit()874 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[0]; in pciehpc_enable_intr()944 ctrl_p->hc_slots[0] = kmem_zalloc(sizeof (pcie_hp_slot_t), KM_SLEEP); in pciehpc_create_controller()945 ctrl_p->hc_slots[0]->hs_num = 0; in pciehpc_create_controller()946 ctrl_p->hc_slots[0]->hs_ctrl = ctrl_p; in pciehpc_create_controller()980 kmem_free(ctrl_p->hc_slots[0], sizeof (pcie_hp_slot_t)); in pciehpc_destroy_controller()[all …]
481 ctrl_p->hc_slots[pci_dev] : NULL; in pcie_hp_create_occupant_props()490 slotp = ctrl_p->hc_slots[slot_num]; in pcie_hp_create_occupant_props()546 pcie_hp_slot_t *slot_p = ctrl_p->hc_slots[slot]; in pcie_create_minor_node()569 ctrl_p->hc_slots[slot]->hs_info.cn_name); in pcie_remove_minor_node()674 return (dev_num == 0) ? (ctrl->hc_slots[0]) : (NULL); in pcie_find_physical_slot()677 if (ctrl->hc_slots[slot]->hs_device_num == dev_num) { in pcie_find_physical_slot()679 return (ctrl->hc_slots[slot]); in pcie_find_physical_slot()
201 if (ctrl_p->hc_slots[i] == NULL) in pcishpc_init()232 if (ctrl_p->hc_slots[i] == NULL) in pcishpc_uninit()330 if (ctrl_p->hc_slots[slot]-> in pcishpc_intr()332 ctrl_p->hc_slots[slot]-> in pcishpc_intr()336 cv_signal(&ctrl_p->hc_slots[slot]-> in pcishpc_intr()761 for (i = 0; i < PCIE_HP_MAX_SLOTS && ctrl_p->hc_slots[i]; i++) { in pcishpc_hp_ops()762 if (strcmp(ctrl_p->hc_slots[i]->hs_info.cn_name, cn_name) in pcishpc_hp_ops()765 slot_p = ctrl_p->hc_slots[i]; in pcishpc_hp_ops()995 ctrl_p->hc_slots[slot] = slot_p; in pcishpc_register_slot()1066 if ((slot_p = ctrl_p->hc_slots[i]) == NULL) in pcishpc_destroy_slots()[all …]
230 pcie_hp_slot_t *hc_slots[PCIE_HP_MAX_SLOTS]; /* Slot pointers */ member