Searched refs:ibm_slot_list (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_hpc.c | 632 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()
|
D | ibmphp_ebda.c | 188 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()
|
D | ibmphp_core.c | 123 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()
|
D | ibmphp.h | 721 struct list_head ibm_slot_list; member
|