Home
last modified time | relevance | path

Searched refs:event_indices (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/vhost/
Dvringh.c478 if (!vrh->event_indices) { in __vringh_need_notify()
518 if (!vrh->event_indices) { in __vringh_notify_enable()
554 if (!vrh->event_indices) { in __vringh_notify_disable()
635 vrh->event_indices = (features & (1 << VIRTIO_RING_F_EVENT_IDX)); in vringh_init_user()
906 vrh->event_indices = (features & (1 << VIRTIO_RING_F_EVENT_IDX)); in vringh_init_kern()
/Linux-v5.10/include/linux/
Dvringh.h29 bool event_indices; member