Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dvirtio_ring.h57 #define VRING_USED_F_NO_NOTIFY 1 macro
/linux-6.3-rc2/drivers/vhost/
A Dvhost.c2348 BUG_ON(!(vq->used_flags & VRING_USED_F_NO_NOTIFY)); in vhost_get_vq_desc()
2532 if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY)) in vhost_enable_notify()
2534 vq->used_flags &= ~VRING_USED_F_NO_NOTIFY; in vhost_enable_notify()
2570 if (vq->used_flags & VRING_USED_F_NO_NOTIFY) in vhost_disable_notify()
2572 vq->used_flags |= VRING_USED_F_NO_NOTIFY; in vhost_disable_notify()
A Dvringh.c581 VRING_USED_F_NO_NOTIFY)) { in __vringh_notify_disable()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_ring.c731 VRING_USED_F_NO_NOTIFY)); in virtqueue_kick_prepare_split()

Completed in 16 milliseconds