Home
last modified time | relevance | path

Searched defs:virtio_pci_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/virtio/
Dvirtio_pci_common.h52 struct virtio_pci_device { struct
53 struct virtio_device vdev;
54 struct pci_dev *pci_dev;
58 u8 __iomem *isr;
62 struct virtio_pci_common_cfg __iomem *common;
64 void __iomem *device;
66 void __iomem *notify_base;
69 size_t notify_len;
70 size_t device_len;
73 int notify_map_cap;
[all …]