Searched refs:used_flags (Results 1 – 2 of 2) sorted by relevance
317 vq->used_flags = 0; in vhost_vq_reset()961 return vhost_put_user(vq, cpu_to_vhost16(vq, vq->used_flags), in vhost_put_used_flags()2347 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()2531 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()2533 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()2569 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()2571 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
98 u16 used_flags; member