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

/barrelfish-2018-10-04/lib/virtio/
H A Dvirtqueue_host.c69 uint16_t used_head; ///< index into the used head member in struct:virtqueue_host
672 uint16_t used_head = vq->vring.used->idx & (vq->desc_num - 1); local
674 vq->vring.used->ring[used_head].length = length;
675 vq->vring.used->ring[used_head].id = idx;
712 vq->used_head++;
H A Dvirtqueue.c68 uint16_t used_head; ///< caches the head of the used descriptors member in struct:virtqueue

Completed in 36 milliseconds