Home
last modified time | relevance | path

Searched refs:rio_detail_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_ebda.c134 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()
H A Dibmphp.h132 struct list_head rio_detail_list; member