Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_pci.c89 struct pci_func *cur_func, *prev_func; in ibmphp_configure_card() local
218 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next) ; in ibmphp_configure_card()
219 prev_func->next = newfunc; in ibmphp_configure_card()
244 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next) ; in ibmphp_configure_card()
245 prev_func->next = newfunc; in ibmphp_configure_card()
292 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next) ; in ibmphp_configure_card()
293 prev_func->next = newfunc; in ibmphp_configure_card()