Searched defs:ccp_qp (Results 1 – 1 of 1) sorted by relevance
72 struct ccp_qp { struct73 uint16_t id;75 char name[RTE_CRYPTODEV_NAME_MAX_LEN];77 struct rte_ring *processed_pkts;79 struct rte_mempool *sess_mp;81 struct rte_mempool *sess_mp_priv;83 struct rte_mempool *batch_mp;85 struct rte_cryptodev_stats qp_stats;87 struct ccp_batch_info *b_info;89 struct rte_cryptodev *dev;[all …]