Lines Matching refs:domain
204 unsigned int domain, unsigned int bus, in xen_pcibk_publish_pci_dev() argument
219 "%04x:%02x:%02x.%02x", domain, bus, in xen_pcibk_publish_pci_dev()
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()
303 unsigned int domain, unsigned int bus) in xen_pcibk_publish_pci_root() argument
335 if (d == domain && b == bus) { in xen_pcibk_publish_pci_root()
348 root_num, domain, bus); in xen_pcibk_publish_pci_root()
351 "%04x:%02x", domain, bus); in xen_pcibk_publish_pci_root()
366 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
419 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
434 err = xen_pcibk_export_device(pdev, domain, bus, slot, in xen_pcibk_reconfigure()
473 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
488 err = xen_pcibk_remove_device(pdev, domain, bus, slot, 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()