Searched defs:virtqueue (Results 1 – 1 of 1) sorted by relevance
57 struct virtqueue { struct70 virtqueue_intr_t *vq_intrhand; argument71 void *vq_intrhand_arg;73 struct vring vq_ring;74 uint16_t vq_free_cnt;75 uint16_t vq_queued_cnt;81 uint16_t vq_desc_head_idx;86 uint16_t vq_used_cons_idx;110 * The maximum virtqueue size is 2^15. Use that value as the end of argument