Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c156 vsc->dev.vqs = s->vhost_vqs; in vhost_user_scsi_connect()
281 s->vhost_vqs = g_new0(struct vhost_virtqueue, in vhost_user_scsi_realize()
310 g_free(s->vhost_vqs); in vhost_user_scsi_realize()
311 s->vhost_vqs = NULL; in vhost_user_scsi_realize()
333 g_free(s->vhost_vqs); in vhost_user_scsi_unrealize()
334 s->vhost_vqs = NULL; in vhost_user_scsi_unrealize()
/openbmc/qemu/hw/virtio/
H A Dvhost-user-base.c226 struct vhost_virtqueue *vhost_vqs = vub->vhost_dev.vqs; in vub_disconnect() local
235 g_free(vhost_vqs); in vub_disconnect()
342 struct vhost_virtqueue *vhost_vqs = vub->vhost_dev.vqs; in vub_device_unrealize() local
347 g_free(vhost_vqs); in vub_device_unrealize()
H A Dvhost-vsock-common.c264 vvc->vhost_dev.nvqs = ARRAY_SIZE(vvc->vhost_vqs); in vhost_vsock_common_realize()
265 vvc->vhost_dev.vqs = vvc->vhost_vqs; in vhost_vsock_common_realize()
H A Dvhost-user-fs.c277 struct vhost_virtqueue *vhost_vqs = fs->vhost_dev.vqs; in vuf_device_unrealize() local
293 g_free(vhost_vqs); in vuf_device_unrealize()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c329 s->dev.vqs = s->vhost_vqs; in vhost_user_blk_connect()
477 s->vhost_vqs = g_new0(struct vhost_virtqueue, s->num_queues); in vhost_user_blk_device_realize()
501 g_free(s->vhost_vqs); in vhost_user_blk_device_realize()
502 s->vhost_vqs = NULL; in vhost_user_blk_device_realize()
524 g_free(s->vhost_vqs); in vhost_user_blk_device_unrealize()
525 s->vhost_vqs = NULL; in vhost_user_blk_device_unrealize()
/openbmc/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