Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_ctrl.c1616 struct pci_func *temp_func; in remove_board() local
1636 temp_func = cpqhp_slot_find(func->bus, func->device, index++); in remove_board()
1637 while (temp_func) { in remove_board()
1638 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1639 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1643 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++); in remove_board()
Dibmphp_pci.c1538 struct pci_func *temp_func; in ibmphp_unconfigure_card() local
1583 temp_func = cur_func->next; in ibmphp_unconfigure_card()
1585 cur_func = temp_func; in ibmphp_unconfigure_card()