Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c75 struct pci_func *cur_func, *prev_func; in ibmphp_configure_card() local
202 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next) ; in ibmphp_configure_card()
203 prev_func->next = newfunc; in ibmphp_configure_card()
227 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next); in ibmphp_configure_card()
228 prev_func->next = newfunc; in ibmphp_configure_card()
274 for (prev_func = cur_func; prev_func->next; prev_func = prev_func->next); in ibmphp_configure_card()
275 prev_func->next = newfunc; in ibmphp_configure_card()