Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dvirtio_ring.h57 #define VRING_USED_F_NO_NOTIFY 1 macro
/Linux-v5.4/drivers/vhost/
Dvhost.c2344 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()
2528 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()
2530 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()
2565 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()
2567 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
Dvringh.c545 VRING_USED_F_NO_NOTIFY)) { in __vringh_notify_disable()
/Linux-v5.4/drivers/virtio/
Dvirtio_ring.c614 VRING_USED_F_NO_NOTIFY)); in virtqueue_kick_prepare_split()