Searched refs:virtio_queue_get_desc_addr (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-user-scsi.c | 139 if (!virtio_queue_get_desc_addr(vdev, i)) { in vhost_user_scsi_handle_output()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost.c | 1033 addr = virtio_queue_get_desc_addr(dev->vdev, idx); in vhost_dev_set_log() 1062 addr = virtio_queue_get_desc_addr(dev->vdev, idx); in vhost_migration_log() 1276 vq->desc_phys = virtio_queue_get_desc_addr(vdev, idx); in vhost_virtqueue_start() 1395 if (virtio_queue_get_desc_addr(vdev, idx) == 0) { in do_vhost_virtqueue_stop()
|
| H A D | virtio.c | 3612 hwaddr virtio_queue_get_desc_addr(VirtIODevice *vdev, int n) in virtio_queue_get_used_size() 3619 return virtio_queue_get_desc_addr(vdev, n) != 0; in virtio_queue_packed_get_last_avail_idx() 3555 hwaddr virtio_queue_get_desc_addr(VirtIODevice *vdev, int n) virtio_queue_get_desc_addr() function
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio.h | 406 hwaddr virtio_queue_get_desc_addr(VirtIODevice *vdev, int n);
|
| /openbmc/qemu/hw/block/ |
| H A D | vhost-user-blk.c | 323 if (!virtio_queue_get_desc_addr(vdev, i)) { in vhost_user_blk_handle_output()
|