Home
last modified time | relevance | path

Searched refs:vhost_vdpa_set_vring_ready (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/virtio/
H A Dvhost-vdpa.h79 int vhost_vdpa_set_vring_ready(struct vhost_vdpa *v, unsigned idx);
/qemu/net/
H A Dvhost-vdpa.c402 vhost_vdpa_set_vring_ready(v, i + v->dev->vq_index); in vhost_vdpa_net_data_load()
1241 vhost_vdpa_set_vring_ready(v, v->dev->vq_index); in vhost_vdpa_net_cvq_load()
1280 vhost_vdpa_set_vring_ready(v, i); in vhost_vdpa_net_cvq_load()
/qemu/hw/virtio/
H A Dvhost-vdpa.c932 int vhost_vdpa_set_vring_ready(struct vhost_vdpa *v, unsigned idx) in vhost_vdpa_set_vring_ready() function