Searched refs:temp_func (Results 1 - 2 of 2) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c1636 struct pci_func *temp_func; local
1656 temp_func = cpqhp_slot_find(func->bus, func->device, index++);
1657 while (temp_func) {
1658 if (temp_func->bus_head || temp_func->mem_head
1659 || temp_func->p_mem_head || temp_func->io_head) {
1663 temp_func = cpqhp_slot_find(temp_func->bus, temp_func
[all...]
H A Dibmphp_pci.c1574 struct pci_func *temp_func; local
1619 temp_func = cur_func->next;
1621 cur_func = temp_func;

Completed in 59 milliseconds