Home
last modified time | relevance | path

Searched defs:vhost_blk_queue (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.h32 struct vhost_blk_queue { struct
33 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;