Searched refs:vu_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/bhyve/
H A Dvirtio.h136 uint32_t vu_idx; /* head of used descriptor chain */ member in struct:virtio_used
152 uint16_t vu_idx; /* counts to 65535, then cycles */ member in struct:vring_used
274 /* constant 3 below = vu_flags, vu_idx, vu_avail_event */
389 uint16_t vq_save_used; /* saved vq_used->vu_idx; see vq_endchains */
H A Dvirtio.c413 * (I apologize for the two fields named vu_idx; the
419 uidx = vuh->vu_idx;
421 vue->vu_idx = idx;
423 vuh->vu_idx = uidx;
459 vq->vq_save_used = new_idx = vq->vq_used->vu_idx;

Completed in 128 milliseconds