Lines Matching defs:op_pool
60 struct rte_mempool *op_pool;
66 struct rte_mempool *op_pool;
102 sym->op_pool = rte_crypto_op_pool_create(
108 if (!sym->op_pool)
111 sym->op = rte_crypto_op_alloc(sym->op_pool, RTE_CRYPTO_OP_TYPE_SYMMETRIC);
119 rte_mempool_free(sym->op_pool);
132 rte_mempool_free(sym->op_pool);
147 asym->op_pool = rte_crypto_op_pool_create(
153 if (!asym->op_pool)
156 asym->op = rte_crypto_op_alloc(asym->op_pool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC);
164 rte_mempool_free(asym->op_pool);
176 rte_mempool_free(asym->op_pool);