Lines Matching refs:domain
202 unsigned int domain, unsigned int bus, in xen_pcibk_publish_pci_dev() argument
217 "%04x:%02x:%02x.%02x", domain, bus, in xen_pcibk_publish_pci_dev()
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()
301 unsigned int domain, unsigned int bus) in xen_pcibk_publish_pci_root() argument
333 if (d == domain && b == bus) { in xen_pcibk_publish_pci_root()
346 root_num, domain, bus); in xen_pcibk_publish_pci_root()
349 "%04x:%02x", domain, bus); in xen_pcibk_publish_pci_root()
364 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
417 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
432 err = xen_pcibk_export_device(pdev, domain, bus, slot, in xen_pcibk_reconfigure()
471 &domain, &bus, &slot, &func); in xen_pcibk_reconfigure()
486 err = xen_pcibk_remove_device(pdev, domain, bus, slot, 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()