Lines Matching refs:func
225 int domain, int bus, int slot, int func, in xen_pcibk_export_device() argument
232 domain, bus, slot, func); in xen_pcibk_export_device()
234 dev = pcistub_get_pci_dev_by_slot(pdev, domain, bus, slot, func); in xen_pcibk_export_device()
241 domain, bus, slot, func); in xen_pcibk_export_device()
272 int domain, int bus, int slot, int func) in xen_pcibk_remove_device() argument
278 domain, bus, slot, func); in xen_pcibk_remove_device()
280 dev = xen_pcibk_get_pci_dev(pdev, domain, bus, PCI_DEVFN(slot, func)); in xen_pcibk_remove_device()
285 domain, bus, slot, func); in xen_pcibk_remove_device()
364 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
417 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
433 func, i); in xen_pcibk_reconfigure()
471 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
487 func); in xen_pcibk_reconfigure()
562 int domain, bus, slot, func; in xen_pcibk_setup_backend() local
599 "%x:%x:%x.%x", &domain, &bus, &slot, &func); in xen_pcibk_setup_backend()
613 err = xen_pcibk_export_device(pdev, domain, bus, slot, func, i); in xen_pcibk_setup_backend()