Searched refs:used_flags (Results 1 – 2 of 2) sorted by relevance
189 vq->used_flags = 0; in vhost_vq_reset()1009 if (__put_user(cpu_to_vhost16(vq, vq->used_flags), &vq->used->flags) < 0) in vhost_update_used_flags()1344 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()1520 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()1522 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()1557 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()1559 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
87 u16 used_flags; member