Searched refs:virtio_queue_set_rings (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 350 void virtio_queue_set_rings(VirtIODevice *vdev, int n, hwaddr desc,
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mmio.c | 398 virtio_queue_set_rings(vdev, vdev->queue_sel, in virtio_mmio_write()
|
H A D | virtio-pci.c | 1647 virtio_queue_set_rings(vdev, vdev->queue_sel, in virtio_pci_common_write()
|
H A D | virtio.c | 2372 void virtio_queue_set_rings(VirtIODevice *vdev, int n, hwaddr desc, in virtio_queue_set_rings() function
|
/openbmc/qemu/hw/s390x/ |
H A D | virtio-ccw.c | 225 virtio_queue_set_rings(vdev, index, desc, info->avail, info->used); in virtio_ccw_set_vqs()
|