Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h79 int vhost_vdpa_set_vring_ready(struct vhost_vdpa *v, unsigned idx);
/openbmc/qemu/net/
H A Dvhost-vdpa.c404 int ret = vhost_vdpa_set_vring_ready(v, i + v->dev->vq_index); in vhost_vdpa_net_data_load()
1246 r = vhost_vdpa_set_vring_ready(v, v->dev->vq_index); in vhost_vdpa_net_cvq_load()
1288 r = vhost_vdpa_set_vring_ready(v, i); in vhost_vdpa_net_cvq_load()
/openbmc/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