Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_core.c646 struct pci_func *func_cur; in ibm_slot_find() local
650 func_cur = slot_cur->func; in ibm_slot_find()
651 while (func_cur) { in ibm_slot_find()
652 if ((func_cur->busno == busno) && in ibm_slot_find()
653 (func_cur->device == device) && in ibm_slot_find()
654 (func_cur->function == function)) in ibm_slot_find()
655 return func_cur; in ibm_slot_find()
656 func_cur = func_cur->next; in ibm_slot_find()