Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_core.c751 struct pci_func *func_cur; in ibm_slot_find() local
757 func_cur = slot_cur->func; in ibm_slot_find()
758 while (func_cur) { in ibm_slot_find()
759 …if ((func_cur->busno == busno) && (func_cur->device == device) && (func_cur->function == function)) in ibm_slot_find()
760 return func_cur; in ibm_slot_find()
761 func_cur = func_cur->next; in ibm_slot_find()