Home
last modified time | relevance | path

Searched refs:VRING_USED_F_NO_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dvirtio_ring.h50 #define VRING_USED_F_NO_NOTIFY 1 macro
/Linux-v4.19/drivers/vhost/
Dvhost.c2140 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()
2335 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()
2337 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()
2372 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()
2374 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
Dvringh.c544 VRING_USED_F_NO_NOTIFY)) { in __vringh_notify_disable()
/Linux-v4.19/drivers/virtio/
Dvirtio_ring.c577 needs_kick = !(vq->vring.used->flags & cpu_to_virtio16(_vq->vdev, VRING_USED_F_NO_NOTIFY)); in virtqueue_kick_prepare()