Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_ctrl.c1635 struct pci_func *temp_func; in remove_board() local
1655 temp_func = cpqhp_slot_find(func->bus, func->device, index++); in remove_board()
1656 while (temp_func) { in remove_board()
1657 if (temp_func->bus_head || temp_func->mem_head in remove_board()
1658 || temp_func->p_mem_head || temp_func->io_head) { in remove_board()
1662 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++); in remove_board()
Dibmphp_pci.c1568 struct pci_func *temp_func; in ibmphp_unconfigure_card() local
1613 temp_func = cur_func->next; in ibmphp_unconfigure_card()
1615 cur_func = temp_func; in ibmphp_unconfigure_card()