Searched defs:rte_idxd_rawdev (Results 1 – 1 of 1) sorted by relevance
94 struct rte_idxd_rawdev { struct95 enum rte_ioat_dev_type type;96 struct rte_ioat_xstats xstats;98 void *portal; /* address to write the batch descriptor */100 struct rte_ioat_rawdev_config cfg;101 rte_iova_t desc_iova; /* base address of desc ring, needed for completions */104 unsigned short max_batches;105 unsigned short batch_idx_read;106 unsigned short batch_idx_write;107 unsigned short *batch_idx_ring; /* store where each batch ends */[all …]