Searched defs:vfio_pci_driver (Results 1 – 2 of 2) sorted by relevance
148 struct vfio_pci_driver { struct149 const struct vfio_pci_driver_ops *ops; argument150 bool initialized;151 bool memcpy_in_progress;154 struct vfio_dma_region region;157 u64 max_memcpy_size;160 u64 max_memcpy_count;163 int msi;
199 static struct pci_driver vfio_pci_driver = { variable