Home
last modified time | relevance | path

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

/trueos/usr.sbin/bhyve/
HDvirtio.h136 uint32_t vu_idx; /* head of used descriptor chain */ member
152 uint16_t vu_idx; /* counts to 65535, then cycles */ member
HDvirtio.c414 uidx = vuh->vu_idx; in vq_relchain()
416 vue->vu_idx = idx; in vq_relchain()
418 vuh->vu_idx = uidx; in vq_relchain()
454 vq->vq_save_used = new_idx = vq->vq_used->vu_idx; in vq_endchains()