Searched refs:ibmphp_slot_head (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 39 LIST_HEAD(ibmphp_slot_head); variable 174 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) { in print_ibm_slot() 583 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in calculate_first_slot() 890 list_add(&tmp_slot->ibm_slot_list, &ibmphp_slot_head); in ebda_rsrc_controller() 898 list_for_each_entry(tmp_slot, &ibmphp_slot_head, ibm_slot_list) { in ebda_rsrc_controller() 993 list_for_each_entry(slot, &ibmphp_slot_head, ibm_slot_list) { in ibmphp_get_slot_from_physical_num()
|
H A D | ibmphp_core.c | 107 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in get_max_slots() 478 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in init_ops() 614 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in ibm_slot_find() 640 list_for_each_entry_safe(slot_cur, next, &ibmphp_slot_head, in free_slots()
|
H A D | ibmphp_hpc.c | 599 list_for_each_entry(pslot, &ibmphp_slot_head, in ibmphp_hpc_readslot() 808 list_for_each_entry(pslot, &ibmphp_slot_head, in poll_hpc() 829 list_for_each_entry(pslot, &ibmphp_slot_head, in poll_hpc() 840 list_for_each_entry(pslot, &ibmphp_slot_head, in poll_hpc()
|
H A D | ibmphp.h | 259 extern struct list_head ibmphp_slot_head;
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 39 LIST_HEAD(ibmphp_slot_head); variable 174 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) { in print_ibm_slot() 583 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in calculate_first_slot() 890 list_add(&tmp_slot->ibm_slot_list, &ibmphp_slot_head); in ebda_rsrc_controller() 898 list_for_each_entry(tmp_slot, &ibmphp_slot_head, ibm_slot_list) { in ebda_rsrc_controller() 993 list_for_each_entry(slot, &ibmphp_slot_head, ibm_slot_list) { in ibmphp_get_slot_from_physical_num()
|
H A D | ibmphp_core.c | 99 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in get_max_slots() 407 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in init_ops() 543 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in ibm_slot_find() 569 list_for_each_entry_safe(slot_cur, next, &ibmphp_slot_head, in free_slots()
|
H A D | ibmphp_hpc.c | 597 list_for_each_entry(pslot, &ibmphp_slot_head, in ibmphp_hpc_readslot() 806 list_for_each_entry(pslot, &ibmphp_slot_head, in poll_hpc() 827 list_for_each_entry(pslot, &ibmphp_slot_head, in poll_hpc() 838 list_for_each_entry(pslot, &ibmphp_slot_head, in poll_hpc()
|
H A D | ibmphp.h | 259 extern struct list_head ibmphp_slot_head;
|
Completed in 12 milliseconds