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 …]
244 struct virtqueue { struct246 union {262 uint16_t vq_nentries; /**< vring desc numbers */264 uint16_t vq_avail_idx; /**< sync until needed */265 uint16_t vq_free_thresh; /**< free threshold */268 unsigned int vq_ring_size;270 union {284 uint16_t vq_desc_head_idx;285 uint16_t vq_desc_tail_idx;288 uint16_t *notify_addr;[all …]
362 struct vhost_virtqueue *virtqueue[VHOST_MAX_QUEUE_PAIRS * 2]; member