Searched refs:virtio_pci_get_dev (Results 1 – 2 of 2) sorted by relevance
117 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in legacy_read_dev_config()152 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in legacy_write_dev_config()307 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in legacy_intr_detect()352 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_read_dev_config()372 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_write_dev_config()383 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_get_features()398 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_set_features()423 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_get_status()431 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_set_status()439 struct virtio_pci_dev *dev = virtio_pci_get_dev(hw); in modern_get_isr()[all …]
116 #define virtio_pci_get_dev(hwp) container_of(hwp, struct virtio_pci_dev, hw) macro