Searched refs:rio_detail_list (Results 1 – 2 of 2) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 148 list_for_each_entry(ptr, &rio_lo_head, rio_detail_list) { in print_lo_info() 163 list_for_each_entry(ptr, &rio_vg_head, rio_detail_list) { in print_vg_info() 443 list_add (&rio_detail_ptr->rio_detail_list, &rio_vg_head); in ebda_rio_table() 446 list_add (&rio_detail_ptr->rio_detail_list, &rio_lo_head); in ebda_rio_table() 475 list_for_each_entry(rio_detail_ptr, &rio_vg_head, rio_detail_list) { in combine_wpg_for_chassis() 513 list_for_each_entry(rio_detail_ptr, &rio_lo_head, rio_detail_list) { in combine_wpg_for_expansion()
|
D | ibmphp.h | 146 struct list_head rio_detail_list; member
|