Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c395 io[count]->devfunc = PCI_DEVFN(func->device, func->function); in configure_device()
431 pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_device()
446 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device()
495 mem[count]->devfunc = PCI_DEVFN(func->device, in configure_device()
660 bus_io[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge()
691 bus_pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge()
706 mem_tmp->devfunc = bus_pfmem[count]->devfunc; in configure_bridge()
746 bus_mem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge()
816 io->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge()
837 mem->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge()
[all …]
Dibmphp_res.c70 rs->devfunc = curr->dev_fun; in alloc_resources()
305 …debug("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_… in ibmphp_rsrc_init()
323 …debug("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busno… in ibmphp_rsrc_init()
346 …debug("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->st… in ibmphp_rsrc_init()
1696 mem->devfunc = pfmem_cur->devfunc; in once_over()
1810 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1825 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1840 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1856 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
2002 io->devfunc = ((device << 3) | (function & 0x7)); in update_bridge_ranges()
[all …]
Dibmphp.h349 u8 devfunc; member