Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dibmphp_res.c488 else if (res->nextRange) in update_resources()
489 res = res->nextRange; in update_resources()
546 res = res->nextRange; in fix_me()
678 res->nextRange = NULL; in ibmphp_add_resource()
692 res_cur = res_cur->nextRange; in ibmphp_add_resource()
698 res_prev->nextRange = res; in ibmphp_add_resource()
700 res->nextRange = NULL; in ibmphp_add_resource()
713 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
714 res_prev->nextRange = NULL; in ibmphp_add_resource()
732 res_prev->nextRange = res; in ibmphp_add_resource()
[all …]
Dibmphp.h371 struct resource_node *nextRange; /* for the other mem range on bus */ member