Home
last modified time | relevance | path

Searched refs:virtio_queue_set_rings (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h350 void virtio_queue_set_rings(VirtIODevice *vdev, int n, hwaddr desc,
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c398 virtio_queue_set_rings(vdev, vdev->queue_sel, in virtio_mmio_write()
H A Dvirtio-pci.c1647 virtio_queue_set_rings(vdev, vdev->queue_sel, in virtio_pci_common_write()
H A Dvirtio.c2372 void virtio_queue_set_rings(VirtIODevice *vdev, int n, hwaddr desc, in virtio_queue_set_rings() function
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c225 virtio_queue_set_rings(vdev, index, desc, info->avail, info->used); in virtio_ccw_set_vqs()