Home
last modified time | relevance | path

Searched refs:vhost_vqs (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/scsi/
H A Dvhost-user-scsi.c154 vsc->dev.vqs = s->vhost_vqs; in vhost_user_scsi_connect()
279 s->vhost_vqs = g_new0(struct vhost_virtqueue, in vhost_user_scsi_realize()
308 g_free(s->vhost_vqs); in vhost_user_scsi_realize()
309 s->vhost_vqs = NULL; in vhost_user_scsi_realize()
331 g_free(s->vhost_vqs); in vhost_user_scsi_unrealize()
332 s->vhost_vqs = NULL; in vhost_user_scsi_unrealize()
/qemu/hw/block/
H A Dvhost-user-blk.c327 s->dev.vqs = s->vhost_vqs; in vhost_user_blk_connect()
474 s->vhost_vqs = g_new0(struct vhost_virtqueue, s->num_queues); in vhost_user_blk_device_realize()
498 g_free(s->vhost_vqs); in vhost_user_blk_device_realize()
499 s->vhost_vqs = NULL; in vhost_user_blk_device_realize()
521 g_free(s->vhost_vqs); in vhost_user_blk_device_unrealize()
522 s->vhost_vqs = NULL; in vhost_user_blk_device_unrealize()
/qemu/include/hw/virtio/
H A Dvhost-user-scsi.h37 struct vhost_virtqueue *vhost_vqs; member
H A Dvhost-user-scmi.h22 struct vhost_virtqueue *vhost_vqs; member
H A Dvhost-user-fs.h37 struct vhost_virtqueue *vhost_vqs; member
H A Dvhost-user-blk.h40 struct vhost_virtqueue *vhost_vqs; member
H A Dvhost-vsock-common.h31 struct vhost_virtqueue vhost_vqs[2]; member
/qemu/hw/virtio/
H A Dvhost-vsock-common.c263 vvc->vhost_dev.nvqs = ARRAY_SIZE(vvc->vhost_vqs); in vhost_vsock_common_realize()
264 vvc->vhost_dev.vqs = vvc->vhost_vqs; in vhost_vsock_common_realize()
H A Dvhost-user-base.c339 struct vhost_virtqueue *vhost_vqs = vub->vhost_dev.vqs; in vub_device_unrealize() local
344 g_free(vhost_vqs); in vub_device_unrealize()
H A Dvhost-user-fs.c276 struct vhost_virtqueue *vhost_vqs = fs->vhost_dev.vqs; in vuf_device_unrealize() local
292 g_free(vhost_vqs); in vuf_device_unrealize()