Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_core.c670 struct pci_func *func_cur; in ibm_slot_find() local
676 func_cur = slot_cur->func; in ibm_slot_find()
677 while (func_cur) { in ibm_slot_find()
678 if ((func_cur->busno == busno) && in ibm_slot_find()
679 (func_cur->device == device) && in ibm_slot_find()
680 (func_cur->function == function)) in ibm_slot_find()
681 return func_cur; in ibm_slot_find()
682 func_cur = func_cur->next; in ibm_slot_find()