Home
last modified time | relevance | path

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

/linux-5.10/drivers/virtio/
Dvirtio_pci_common.h43 struct virtio_pci_device { struct
44 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 …]