Searched defs:virtqueue (Results 1 – 3 of 3) sorted by relevance
51 struct virtqueue { struct53 struct virtio_crypto_hw *hw;55 const struct rte_memzone *mz;57 struct rte_mempool *mpool;58 uint8_t dev_id; /**< Device identifier. */59 uint16_t vq_queue_index; /**< PCI queue index */61 void *vq_ring_virt_mem; /**< linear address of vring*/62 unsigned int vq_ring_size;66 uint16_t vq_free_cnt; /**< num of desc available */67 uint16_t vq_nentries; /**< vring desc numbers */[all …]
265 struct virtqueue { struct267 union {285 uint16_t vq_avail_idx; /**< sync until needed */286 uint16_t vq_free_thresh; /**< free threshold */293 uint16_t vq_desc_head_idx;294 uint16_t vq_desc_tail_idx;298 unsigned int vq_ring_size;299 uint16_t mbuf_addr_offset;301 union {310 uint16_t *notify_addr;[all …]
457 struct vhost_virtqueue *virtqueue[VHOST_MAX_QUEUE_PAIRS * 2]; member