Searched refs:used_flags (Results 1 – 2 of 2) sorted by relevance
383 vq->used_flags = 0; in vhost_vq_reset()1312 return vhost_put_user(vq, cpu_to_vhost16(vq, vq->used_flags), in vhost_put_used_flags()2698 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()2892 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()2894 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()2940 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()2942 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
116 u16 used_flags; member