Home
last modified time | relevance | path

Searched refs:ibm_slot_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_hpc.c632 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in ibmphp_hpc_readslot()
844 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc()
863 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc()
876 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc()
Dibmphp_ebda.c188 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) { in print_ibm_slot()
597 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in calculate_first_slot()
971 list_add (& ((struct slot *)(hp_slot_ptr->private))->ibm_slot_list, &ibmphp_slot_head); in ebda_rsrc_controller()
979 list_for_each_entry(tmp_slot, &ibmphp_slot_head, ibm_slot_list) { in ebda_rsrc_controller()
1080 list_for_each_entry(slot, &ibmphp_slot_head, ibm_slot_list) { in ibmphp_get_slot_from_physical_num()
Dibmphp_core.c123 slot_cur = list_entry(tmp, struct slot, ibm_slot_list); in get_max_slots()
509 slot_cur = list_entry(tmp, struct slot, ibm_slot_list); in init_ops()
674 slot_cur = list_entry(tmp, struct slot, ibm_slot_list); in ibm_slot_find()
703 slot_cur = list_entry(tmp, struct slot, ibm_slot_list); in free_slots()
Dibmphp.h721 struct list_head ibm_slot_list; member