Searched refs:virtio_host_has_feature (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-bus.c | 50 bool has_iommu = virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in virtio_bus_device_plugged() 83 vdev_has_iommu = virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in virtio_bus_device_plugged()
|
H A D | virtio.c | 2139 if (virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED)) { in qemu_get_virtqueue_element() 2177 if (virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED)) { in qemu_put_virtqueue_element() 2208 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM) && in virtio_validate_features() 2755 return virtio_host_has_feature(vdev, VIRTIO_F_VERSION_1); in virtio_virtqueue_needed() 2762 return virtio_host_has_feature(vdev, VIRTIO_F_RING_PACKED); in virtio_packed_virtqueue_needed() 3179 if (virtio_host_has_feature(vdev, VIRTIO_F_NOTIFICATION_DATA) && in virtio_device_check_notification_compatibility()
|
H A D | virtio-mem.c | 901 if (virtio_host_has_feature(vdev, VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE) && in virtio_mem_validate_features()
|
H A D | vhost.c | 147 virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in vhost_dev_has_iommu()
|
H A D | virtio-pci.c | 2005 if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { in virtio_pci_device_plugged()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 455 static inline bool virtio_host_has_feature(VirtIODevice *vdev, in virtio_host_has_feature() function
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 158 virtio_host_has_feature(vdev, VIRTIO_NET_F_RSS) ? in virtio_net_get_config()
|