Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcn10k_cryptodev_ops.c178 infl_req->cop = op; in cn10k_cpt_fill_inst()
192 struct cpt_inflight_req *infl_req; in cn10k_cpt_enqueue_burst() local
221 infl_req->op_flags = 0; in cn10k_cpt_enqueue_burst()
271 struct cpt_inflight_req *infl_req; in cn10k_cpt_crypto_adapter_enqueue() local
301 infl_req->op_flags = 0; in cn10k_cpt_crypto_adapter_enqueue()
314 infl_req->cop = op; in cn10k_cpt_crypto_adapter_enqueue()
316 infl_req->qp = qp; in cn10k_cpt_crypto_adapter_enqueue()
482 cop = infl_req->cop; in cn10k_cpt_crypto_adapter_dequeue()
483 qp = infl_req->qp; in cn10k_cpt_crypto_adapter_dequeue()
487 cn10k_cpt_dequeue_post_process(qp, infl_req->cop, infl_req, &res.cn10k); in cn10k_cpt_crypto_adapter_dequeue()
[all …]
H A Dcn9k_cryptodev_ops.c323 struct cpt_inflight_req *infl_req; in cn9k_cpt_crypto_adapter_enqueue() local
351 infl_req->op_flags = 0; in cn9k_cpt_crypto_adapter_enqueue()
360 infl_req->cop = op; in cn9k_cpt_crypto_adapter_enqueue()
362 infl_req->qp = qp; in cn9k_cpt_crypto_adapter_enqueue()
445 if (unlikely(infl_req->op_flags & in cn9k_cpt_dequeue_post_process()
498 struct cpt_inflight_req *infl_req; in cn9k_cpt_crypto_adapter_dequeue() local
504 cop = infl_req->cop; in cn9k_cpt_crypto_adapter_dequeue()
505 qp = infl_req->qp; in cn9k_cpt_crypto_adapter_dequeue()
509 cn9k_cpt_dequeue_post_process(qp, infl_req->cop, infl_req, &res.cn9k); in cn9k_cpt_crypto_adapter_dequeue()
521 struct cpt_inflight_req *infl_req; in cn9k_cpt_dequeue_burst() local
[all …]
H A Dcnxk_ae.h753 struct cpt_inflight_req *infl_req) in cnxk_ae_alloc_meta() argument
762 infl_req->mdata = mdata; in cnxk_ae_alloc_meta()
763 infl_req->op_flags |= CPT_OP_FLAGS_METABUF; in cnxk_ae_alloc_meta()
770 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst, in cnxk_ae_enqueue() argument
780 mdata = cnxk_ae_alloc_meta(&meta_buf, minfo->pool, infl_req); in cnxk_ae_enqueue()
823 rte_mempool_put(minfo->pool, infl_req->mdata); in cnxk_ae_enqueue()
H A Dcnxk_se.h1982 struct cpt_inflight_req *infl_req) in alloc_op_meta() argument
1992 infl_req->mdata = mdata; in alloc_op_meta()
1993 infl_req->op_flags |= CPT_OP_FLAGS_METABUF; in alloc_op_meta()
2306 m_info->pool, infl_req); in fill_fc_params()
2329 if (infl_req->op_flags & CPT_OP_FLAGS_METABUF) in fill_fc_params()
2330 rte_mempool_put(m_info->pool, infl_req->mdata); in fill_fc_params()
2394 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst) in fill_digest_params() argument
2415 infl_req); in fill_digest_params()
2508 infl_req->op_flags |= CPT_OP_FLAGS_AUTH_VERIFY; in fill_digest_params()
2531 if (infl_req->op_flags & CPT_OP_FLAGS_METABUF) in fill_digest_params()
[all …]