Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/
H A Dvirtio_ring.h131 #define vring_avail_event(vr) (*(uint16_t *)&(vr)->used->ring[(vr)->num]) macro
H A Dvirtqueue.c828 event_idx = vq_htog16(vq, vring_avail_event(&vq->vq_ring)); in vq_ring_must_notify_host()