Searched defs:virtio_pci_device (Results 1 – 1 of 1) sorted by relevance
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 …]