Searched defs:vhost_blk_queue (Results 1 – 1 of 1) sorted by relevance
32 struct vhost_blk_queue { struct33 struct rte_vhost_vring vring;34 struct rte_vhost_ring_inflight inflight_ring;36 uint16_t last_avail_idx;37 uint16_t last_used_idx;38 uint16_t id;40 bool avail_wrap_counter;41 bool used_wrap_counter;42 bool packed_ring;44 struct vhost_blk_task *tasks;