Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvringh.c511 if (!vrh->event_indices) { in __vringh_need_notify()
551 if (!vrh->event_indices) { in __vringh_notify_enable()
587 if (!vrh->event_indices) { in __vringh_notify_disable()
668 vrh->event_indices = (features & (1 << VIRTIO_RING_F_EVENT_IDX)); in vringh_init_user()
912 vrh->event_indices = (features & (1 << VIRTIO_RING_F_EVENT_IDX)); in vringh_init_kern()
/linux/include/linux/
H A Dvringh.h30 bool event_indices; member