Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_res.c491 else if (res->nextRange) in update_resources()
492 res = res->nextRange; in update_resources()
549 res = res->nextRange; in fix_me()
681 res->nextRange = NULL; in ibmphp_add_resource()
695 res_cur = res_cur->nextRange; in ibmphp_add_resource()
701 res_prev->nextRange = res; in ibmphp_add_resource()
703 res->nextRange = NULL; in ibmphp_add_resource()
716 res->nextRange = res_prev->nextRange; in ibmphp_add_resource()
717 res_prev->nextRange = NULL; in ibmphp_add_resource()
735 res_prev->nextRange = res; in ibmphp_add_resource()
[all …]
Dibmphp.h371 struct resource_node *nextRange; /* for the other mem range on bus */ member