Searched defs:virtio_pci_device (Results 1 – 2 of 2) sorted by relevance
46 struct virtio_pci_device { struct47 struct virtio_device vdev;48 struct pci_dev *pci_dev;52 u8 __iomem *isr;56 struct virtio_pci_common_cfg __iomem *common;58 void __iomem *device;60 void __iomem *notify_base;63 size_t notify_len;64 size_t device_len;67 int notify_map_cap;[all …]
43 struct virtio_pci_device { struct44 struct virtio_device vdev;45 struct pci_dev *pci_dev;49 u8 __iomem *isr;53 struct virtio_pci_common_cfg __iomem *common;55 void __iomem *device;57 void __iomem *notify_base;60 size_t notify_len;61 size_t device_len;64 int notify_map_cap;[all …]