Searched refs:rio_detail_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 134 list_for_each_entry(ptr, &rio_lo_head, rio_detail_list) { in print_lo_info() 149 list_for_each_entry(ptr, &rio_vg_head, rio_detail_list) { in print_vg_info() 429 list_add(&rio_detail_ptr->rio_detail_list, &rio_vg_head); in ebda_rio_table() 432 list_add(&rio_detail_ptr->rio_detail_list, &rio_lo_head); in ebda_rio_table() 461 list_for_each_entry(rio_detail_ptr, &rio_vg_head, rio_detail_list) { in combine_wpg_for_chassis() 499 list_for_each_entry(rio_detail_ptr, &rio_lo_head, rio_detail_list) { in combine_wpg_for_expansion()
|
D | ibmphp.h | 132 struct list_head rio_detail_list; member
|