Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_pci_modern.h31 struct virtio_pci_modern_device { struct
32 struct pci_dev *pci_dev;
34 struct virtio_pci_common_cfg __iomem *common;
35 void __iomem *device;
36 void __iomem *notify_base;
37 resource_size_t notify_pa;
38 u8 __iomem *isr;
40 size_t notify_len;
41 size_t device_len;
42 size_t common_len;
[all …]