Home
last modified time | relevance | path

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

/illumos-gate/usr/src/compat/bhyve/dev/virtio/
H A Dvirtio.h50 struct vring_avail { struct
51 uint16_t flags; /* VRING_AVAIL_F_* */
52 uint16_t idx; /* counts to 65535, then cycles */
53 uint16_t ring[]; /* size N, reported in QNUM value */