Lines Matching refs:func
227 int domain, int bus, int slot, int func, in xen_pcibk_export_device() argument
234 domain, bus, slot, func); in xen_pcibk_export_device()
236 dev = pcistub_get_pci_dev_by_slot(pdev, domain, bus, slot, func); in xen_pcibk_export_device()
243 domain, bus, slot, func); in xen_pcibk_export_device()
274 int domain, int bus, int slot, int func) in xen_pcibk_remove_device() argument
280 domain, bus, slot, func); in xen_pcibk_remove_device()
282 dev = xen_pcibk_get_pci_dev(pdev, domain, bus, PCI_DEVFN(slot, func)); in xen_pcibk_remove_device()
287 domain, bus, slot, func); in xen_pcibk_remove_device()
366 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
419 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
435 func, i); in xen_pcibk_reconfigure()
473 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
489 func); in xen_pcibk_reconfigure()
564 int domain, bus, slot, func; in xen_pcibk_setup_backend() local
601 "%x:%x:%x.%x", &domain, &bus, &slot, &func); in xen_pcibk_setup_backend()
615 err = xen_pcibk_export_device(pdev, domain, bus, slot, func, i); in xen_pcibk_setup_backend()