Searched refs:VRING_USED_F_NO_NOTIFY (Results 1 – 4 of 4) sorted by relevance
57 #define VRING_USED_F_NO_NOTIFY 1 macro
2329 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()2513 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()2515 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()2550 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()2552 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
557 VRING_USED_F_NO_NOTIFY)) { in __vringh_notify_disable()
614 VRING_USED_F_NO_NOTIFY)); in virtqueue_kick_prepare_split()