Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_ctrl.c1621 struct pci_func *temp_func; in remove_board() local
1641 temp_func = cpqhp_slot_find(func->bus, func->device, index++); in remove_board()
1642 while (temp_func) { in remove_board()
1643 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1644 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1648 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++); in remove_board()
Dibmphp_pci.c1540 struct pci_func *temp_func; in ibmphp_unconfigure_card() local
1585 temp_func = cur_func->next; in ibmphp_unconfigure_card()
1587 cur_func = temp_func; in ibmphp_unconfigure_card()