Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c385 uint16_t *used_event = (uint16_t *)&svq->vring.avail->ring[svq->vring.num]; in vhost_svq_enable_notification() local
386 *used_event = svq->shadow_used_idx; in vhost_svq_enable_notification()
/openbmc/linux/drivers/vhost/
H A Dvringh.c503 u16 used_event; in __vringh_need_notify() local
524 err = getu16(vrh, &used_event, &vring_used_event(&vrh->vring)); in __vringh_need_notify()
535 notify = vring_need_event(used_event, in __vringh_need_notify()