Home
last modified time | relevance | path

Searched defs:vring_avail (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/virtio/
Dvirtio_ring.h65 struct vring_avail { struct
89 struct vring_avail *avail; argument
/freebsd-10-stable/usr.sbin/bhyve/
Dvirtio.h142 struct vring_avail { struct
143 uint16_t va_flags; /* VRING_AVAIL_F_* */
144 uint16_t va_idx; /* counts to 65535, then cycles */
145 uint16_t va_ring[]; /* size N, reported in QNUM value */