Home
last modified time | relevance | path

Searched refs:op_1 (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcn9k_cryptodev_ops.c217 struct rte_crypto_op *op_1, *op_2; in cn9k_cpt_enqueue_burst() local
248 op_1 = ops[0]; in cn9k_cpt_enqueue_burst()
252 ret = cn9k_cpt_inst_prep(qp, op_1, infl_req_1, &inst[0]); in cn9k_cpt_enqueue_burst()
254 plt_dp_err("Could not process op: %p", op_1); in cn9k_cpt_enqueue_burst()
258 infl_req_1->cop = op_1; in cn9k_cpt_enqueue_burst()
268 op_1 = ops[count]; in cn9k_cpt_enqueue_burst()
276 infl_req_1->cop = op_1; in cn9k_cpt_enqueue_burst()
289 ret = cn9k_cpt_inst_prep(qp, op_1, infl_req_1, &inst[0]); in cn9k_cpt_enqueue_burst()
291 plt_dp_err("Could not process op: %p", op_1); in cn9k_cpt_enqueue_burst()