Searched refs:used_flags (Results 1 – 2 of 2) sorted by relevance
380 vq->used_flags = 0; in vhost_vq_reset()1473 return vhost_put_user(vq, cpu_to_vhost16(vq, vq->used_flags), in vhost_put_used_flags()2942 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc_n()3218 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()3220 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()3254 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()3256 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
131 u16 used_flags; member