Home
last modified time | relevance | path

Searched refs:xen_pcibk_backend (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/xen/xen-pciback/
Dpciback.h104 struct xen_pcibk_backend { struct
121 extern const struct xen_pcibk_backend xen_pcibk_vpci_backend; argument
122 extern const struct xen_pcibk_backend xen_pcibk_passthrough_backend;
123 extern const struct xen_pcibk_backend *xen_pcibk_backend;
130 if (xen_pcibk_backend && xen_pcibk_backend->add) in xen_pcibk_add_pci_dev()
131 return xen_pcibk_backend->add(pdev, dev, devid, publish_cb); in xen_pcibk_add_pci_dev()
138 if (xen_pcibk_backend && xen_pcibk_backend->release) in xen_pcibk_release_pci_dev()
139 return xen_pcibk_backend->release(pdev, dev, lock); in xen_pcibk_release_pci_dev()
146 if (xen_pcibk_backend && xen_pcibk_backend->get) in xen_pcibk_get_pci_dev()
147 return xen_pcibk_backend->get(pdev, domain, bus, devfn); in xen_pcibk_get_pci_dev()
[all …]
Dxenbus.c742 const struct xen_pcibk_backend *__read_mostly xen_pcibk_backend; variable
749 xen_pcibk_backend = &xen_pcibk_vpci_backend; in xen_pcibk_xenbus_register()
751 xen_pcibk_backend = &xen_pcibk_passthrough_backend; in xen_pcibk_xenbus_register()
752 pr_info("backend is %s\n", xen_pcibk_backend->name); in xen_pcibk_xenbus_register()
Dpassthrough.c188 const struct xen_pcibk_backend xen_pcibk_passthrough_backend = {
Dvpci.c259 const struct xen_pcibk_backend xen_pcibk_vpci_backend = {