Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcn9k_cryptodev_ops.c23 struct cpt_inflight_req *infl_req, in cn9k_cpt_sym_inst_fill()
42 struct cpt_inflight_req *infl_req, in cn9k_cpt_sec_inst_fill()
102 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst) in cn9k_cpt_inst_prep()
215 struct cpt_inflight_req *infl_req_1, *infl_req_2; in cn9k_cpt_enqueue_burst()
323 struct cpt_inflight_req *infl_req; in cn9k_cpt_crypto_adapter_enqueue()
386 struct cpt_inflight_req *infl_req) in cn9k_cpt_sec_post_process()
419 struct cpt_inflight_req *infl_req, in cn9k_cpt_dequeue_post_process()
498 struct cpt_inflight_req *infl_req; in cn9k_cpt_crypto_adapter_dequeue()
503 infl_req = (struct cpt_inflight_req *)(get_work1); in cn9k_cpt_crypto_adapter_dequeue()
521 struct cpt_inflight_req *infl_req; in cn9k_cpt_dequeue_burst()
H A Dcn10k_cryptodev_ops.c81 struct cnxk_se_sess *sess, struct cpt_inflight_req *infl_req, in cpt_sym_inst_fill()
100 struct cpt_inst_s inst[], struct cpt_inflight_req *infl_req) in cn10k_cpt_fill_inst()
192 struct cpt_inflight_req *infl_req; in cn10k_cpt_enqueue_burst()
271 struct cpt_inflight_req *infl_req; in cn10k_cpt_crypto_adapter_enqueue()
380 struct cpt_inflight_req *infl_req, in cn10k_cpt_dequeue_post_process()
476 struct cpt_inflight_req *infl_req; in cn10k_cpt_crypto_adapter_dequeue()
481 infl_req = (struct cpt_inflight_req *)(get_work1); in cn10k_cpt_crypto_adapter_dequeue()
499 struct cpt_inflight_req *infl_req; in cn10k_cpt_dequeue_burst()
H A Dcnxk_cryptodev_ops.h37 struct cpt_inflight_req { struct
45 PLT_STATIC_ASSERT(sizeof(struct cpt_inflight_req) == ROC_CACHE_LINE_SZ); argument
49 struct cpt_inflight_req *req_queue;
H A Dcnxk_ae.h753 struct cpt_inflight_req *infl_req) in cnxk_ae_alloc_meta()
770 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst, in cnxk_ae_enqueue()
H A Dcnxk_cryptodev_ops.c264 len = iq_len * sizeof(struct cpt_inflight_req); in cnxk_cpt_qp_create()
H A Dcnxk_se.h1982 struct cpt_inflight_req *infl_req) in alloc_op_meta()
2103 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst) in fill_fc_params()
2394 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst) in fill_digest_params()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev.c18 req_size = sizeof(struct cpt_inflight_req); in crypto_adapter_qp_setup()