Searched refs:vq_state (Results 1 – 1 of 1) sorted by relevance
361 struct vdpa_vq_state vq_state; in vhost_vdpa_vring_ioctl() local385 r = ops->get_vq_state(v->vdpa, idx, &vq_state); in vhost_vdpa_vring_ioctl()389 vq->last_avail_idx = vq_state.avail_index; in vhost_vdpa_vring_ioctl()407 vq_state.avail_index = vq->last_avail_idx; in vhost_vdpa_vring_ioctl()408 if (ops->set_vq_state(vdpa, idx, &vq_state)) in vhost_vdpa_vring_ioctl()