Home
last modified time | relevance | path

Searched refs:vq_index_end (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/net/
H A Dvhost_net.c398 int vq_index_end) in vhost_net_set_vq_index() argument
401 net->dev.vq_index_end = vq_index_end; in vhost_net_set_vq_index()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h92 int vq_index_end; member
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c106 v->dev.vq_index_end = v->dev.nvqs; in vhost_vdpa_device_realize()
H A Dvhost-user.c2855 if (dev->vq_index + dev->nvqs != dev->vq_index_end) { in vhost_user_dev_start()
2871 if (dev->vq_index + dev->nvqs != dev->vq_index_end) { in vhost_user_reset_status()
H A Dvhost-vdpa.c568 return dev->vq_index + dev->nvqs == dev->vq_index_end; in vhost_vdpa_last_dev()
/openbmc/qemu/net/
H A Dvhost-vdpa.c397 bool has_cvq = v->dev->vq_index_end % 2; in vhost_vdpa_net_data_load()
424 if (dev->vq_index + dev->nvqs == dev->vq_index_end) { in vhost_vdpa_net_client_stop()
572 v->dev->vq_index_end - 1, in vhost_vdpa_net_cvq_start()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c187 s->dev.vq_index_end = s->dev.nvqs; in vhost_user_blk_start()