Lines Matching defs:func
227 int domain, int bus, int slot, int func,
233 dev_dbg(&pdev->xdev->dev, "exporting dom %x bus %x slot %x func %x\n",
234 domain, bus, slot, func);
236 dev = pcistub_get_pci_dev_by_slot(pdev, domain, bus, slot, func);
243 domain, bus, slot, func);
274 int domain, int bus, int slot, int func)
279 dev_dbg(&pdev->xdev->dev, "removing dom %x bus %x slot %x func %x\n",
280 domain, bus, slot, func);
282 dev = xen_pcibk_get_pci_dev(pdev, domain, bus, PCI_DEVFN(slot, func));
287 domain, bus, slot, func);
367 int domain, bus, slot, func;
416 &domain, &bus, &slot, &func);
432 func, i);
470 &domain, &bus, &slot, &func);
486 func);
565 int domain, bus, slot, func;
602 "%x:%x:%x.%x", &domain, &bus, &slot, &func);
616 err = xen_pcibk_export_device(pdev, domain, bus, slot, func, i);