Home
last modified time | relevance | path

Searched refs:xen_pcibk_backend (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpciback.h99 struct xen_pcibk_backend { struct
116 extern const struct xen_pcibk_backend xen_pcibk_vpci_backend;
117 extern const struct xen_pcibk_backend xen_pcibk_passthrough_backend;
118 extern const struct xen_pcibk_backend *xen_pcibk_backend;
125 if (xen_pcibk_backend && xen_pcibk_backend->add) in xen_pcibk_add_pci_dev()
126 return xen_pcibk_backend->add(pdev, dev, devid, publish_cb); in xen_pcibk_add_pci_dev()
133 if (xen_pcibk_backend && xen_pcibk_backend in xen_pcibk_release_pci_dev()
[all...]
H A Dxenbus.c742 const struct xen_pcibk_backend *__read_mostly xen_pcibk_backend; variable
746 xen_pcibk_backend = &xen_pcibk_vpci_backend; in xen_pcibk_xenbus_register()
748 xen_pcibk_backend = &xen_pcibk_passthrough_backend; in xen_pcibk_xenbus_register()
749 pr_info("backend is %s\n", xen_pcibk_backend->name); in xen_pcibk_xenbus_register()
H A Dpassthrough.c188 const struct xen_pcibk_backend xen_pcibk_passthrough_backend = {
H A Dvpci.c264 const struct xen_pcibk_backend xen_pcibk_vpci_backend = {
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpciback.h104 struct xen_pcibk_backend { struct
121 extern const struct xen_pcibk_backend xen_pcibk_vpci_backend;
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 in xen_pcibk_release_pci_dev()
[all...]
H A Dxenbus.c740 const struct xen_pcibk_backend *__read_mostly xen_pcibk_backend; variable
747 xen_pcibk_backend = &xen_pcibk_vpci_backend; in xen_pcibk_xenbus_register()
749 xen_pcibk_backend = &xen_pcibk_passthrough_backend; in xen_pcibk_xenbus_register()
750 pr_info("backend is %s\n", xen_pcibk_backend->name); in xen_pcibk_xenbus_register()
H A Dpassthrough.c188 const struct xen_pcibk_backend xen_pcibk_passthrough_backend = {
H A Dvpci.c259 const struct xen_pcibk_backend xen_pcibk_vpci_backend = {

Completed in 5 milliseconds