Home
last modified time | relevance | path

Searched refs:nextRange (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_res.c469 else if (res->nextRange) in update_resources()
470 res = res->nextRange; in update_resources()
527 res = res->nextRange; in fix_me()
569 * the ptrs to next and nextRange if needed.
659 res->nextRange = NULL; in ibmphp_add_resource()
673 res_cur = res_cur->nextRange; in ibmphp_add_resource()
679 res_prev->nextRange = res; in ibmphp_add_resource()
681 res->nextRange = NULL; in ibmphp_add_resource()
694 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
[all...]
H A Dibmphp.h357 struct resource_node *nextRange; /* for the other mem range on bus */ member
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_res.c469 else if (res->nextRange) in update_resources()
470 res = res->nextRange; in update_resources()
527 res = res->nextRange; in fix_me()
569 * the ptrs to next and nextRange if needed.
659 res->nextRange = NULL; in ibmphp_add_resource()
673 res_cur = res_cur->nextRange; in ibmphp_add_resource()
679 res_prev->nextRange = res; in ibmphp_add_resource()
681 res->nextRange = NULL; in ibmphp_add_resource()
694 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
[all...]
H A Dibmphp.h355 struct resource_node *nextRange; /* for the other mem range on bus */ member

Completed in 7 milliseconds