Searched defs:virtio_pci_device (Results 1 – 1 of 1) sorted by relevance
35 struct virtio_pci_device struct37 struct virtio_device vdev;38 struct pci_dev *pci_dev;41 void __iomem *ioaddr;44 spinlock_t lock;45 struct list_head virtqueues;48 int msix_enabled;49 int intx_enabled;50 struct msix_entry *msix_entries;53 char (*msix_names)[256];[all …]