Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/virtio/
HDvirtio_ring.h65 struct vring_avail { struct
89 struct vring_avail *avail; argument
/freebsd-11-stable/usr.sbin/bhyve/
HDvirtio.h146 struct vring_avail { struct
147 uint16_t va_flags; /* VRING_AVAIL_F_* */
148 uint16_t va_idx; /* counts to 65535, then cycles */
149 uint16_t va_ring[]; /* size N, reported in QNUM value */