Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcn10k_cryptodev_ops.c53 struct cn10k_sec_session *sess, struct cpt_inst_s *inst) in cpt_sec_inst_fill()
82 struct cpt_inst_s *inst) in cpt_sym_inst_fill()
100 struct cpt_inst_s inst[], struct cpt_inflight_req *infl_req) in cn10k_cpt_fill_inst()
196 struct cpt_inst_s *inst; in cn10k_cpt_enqueue_burst()
216 inst = (struct cpt_inst_s *)lmt_base; in cn10k_cpt_enqueue_burst()
274 struct cpt_inst_s *inst; in cn10k_cpt_crypto_adapter_enqueue()
305 inst = (struct cpt_inst_s *)lmt_base; in cn10k_cpt_crypto_adapter_enqueue()
H A Dcn9k_cryptodev_ops.c24 struct cpt_inst_s *inst) in cn9k_cpt_sym_inst_fill()
43 struct cpt_inst_s *inst) in cn9k_cpt_sec_inst_fill()
102 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst) in cn9k_cpt_inst_prep()
157 cn9k_cpt_inst_submit(struct cpt_inst_s *inst, uint64_t lmtline, in cn9k_cpt_inst_submit()
178 cn9k_cpt_inst_submit_dual(struct cpt_inst_s *inst, uint64_t lmtline, in cn9k_cpt_inst_submit_dual()
216 struct cpt_inst_s inst[2] __rte_cache_aligned; in cn9k_cpt_enqueue_burst()
326 struct cpt_inst_s inst; in cn9k_cpt_crypto_adapter_enqueue()
H A Dcn10k_ipsec_la_ops.h52 struct cn10k_ipsec_sa *sess, struct cpt_inst_s *inst) in process_outb_sa()
97 struct cpt_inst_s *inst) in process_inb_sa()
H A Dcnxk_ae.h216 struct rte_crypto_modex_xform *mod, struct cpt_inst_s *inst) in cnxk_ae_modex_prep()
263 rte_crypto_param *crypto_param, struct cpt_inst_s *inst) in cnxk_ae_rsa_prep()
318 rte_crypto_param *crypto_param, struct cpt_inst_s *inst) in cnxk_ae_rsa_crt_prep()
375 struct cnxk_ae_sess *sess, struct cpt_inst_s *inst) in cnxk_ae_enqueue_rsa_op()
407 uint8_t curveid, struct cpt_inst_s *inst) in cnxk_ae_ecdsa_sign_prep()
489 struct cpt_inst_s *inst) in cnxk_ae_ecdsa_verify_prep()
583 struct cpt_inst_s *inst) in cnxk_ae_enqueue_ecdsa_op()
605 struct cpt_inst_s *inst) in cnxk_ae_ecpm_prep()
770 struct cpt_inflight_req *infl_req, struct cpt_inst_s *inst, in cnxk_ae_enqueue()
H A Dcn9k_ipsec_la_ops.h75 struct cpt_inst_s *inst) in process_outb_sa()
134 struct cpt_inst_s *inst) in process_inb_sa()
H A Dcnxk_se.h265 struct roc_se_fc_params *params, struct cpt_inst_s *inst) in cpt_digest_gen_prep()
395 struct roc_se_fc_params *fc_params, struct cpt_inst_s *inst) in cpt_enc_hmac_prep()
695 struct roc_se_fc_params *fc_params, struct cpt_inst_s *inst) in cpt_dec_hmac_prep()
1000 struct roc_se_fc_params *params, struct cpt_inst_s *inst) in cpt_pdcp_alg_prep()
1269 struct roc_se_fc_params *params, struct cpt_inst_s *inst) in cpt_kasumi_enc_prep()
1462 struct roc_se_fc_params *params, struct cpt_inst_s *inst) in cpt_kasumi_dec_prep()
1594 struct cpt_inst_s *inst) in cpt_fc_dec_hmac_prep()
1622 struct cpt_inst_s *inst) in cpt_fc_enc_hmac_prep()
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()
H A Dcn9k_ipsec.c27 struct cpt_inst_s inst; in cn9k_cpt_enq_sa_write()
/dpdk/drivers/common/cnxk/
H A Droc_cpt.h21 ((uint64_t)(((sizeof(struct cpt_inst_s) / 16) - 1) & 0x7))
23 ((uint64_t)(((sizeof(struct cpt_inst_s) * 2 / 16) - 1) & 0x7))
H A Droc_cpt.c446 sizeof(struct cpt_inst_s), in cpt_lf_iq_mem_calc()
920 struct cpt_inst_s *inst; in roc_cpt_ctx_write()
926 inst = (struct cpt_inst_s *)lmt_base; in roc_cpt_ctx_write()
928 memset(inst, 0, sizeof(struct cpt_inst_s)); in roc_cpt_ctx_write()
/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h169 struct cpt_inst_s { struct
/dpdk/drivers/common/cpt/
H A Dcpt_hw_types.h81 typedef union cpt_inst_s { union