Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_ae.h247 w4.s.opcode_major = ROC_AE_MAJOR_OP_MODEX; in cnxk_ae_modex_prep()
306 w4.s.opcode_major = ROC_AE_MAJOR_OP_MODEX; in cnxk_ae_rsa_prep()
363 w4.s.opcode_major = ROC_AE_MAJOR_OP_MODEX; in cnxk_ae_rsa_crt_prep()
473 w4.s.opcode_major = ROC_AE_MAJOR_OP_ECDSA; in cnxk_ae_ecdsa_sign_prep()
567 w4.s.opcode_major = ROC_AE_MAJOR_OP_ECDSA; in cnxk_ae_ecdsa_verify_prep()
651 w4.s.opcode_major = ROC_AE_MAJOR_OP_ECC; in cnxk_ae_ecpm_prep()
H A Dcnxk_se.h289 cpt_inst_w4.s.opcode_major = in cpt_digest_gen_prep()
294 cpt_inst_w4.s.opcode_major = in cpt_digest_gen_prep()
302 cpt_inst_w4.s.opcode_major = ROC_SE_MAJOR_OP_MISC; in cpt_digest_gen_prep()
456 cpt_inst_w4.s.opcode_major = ROC_SE_MAJOR_OP_FC; in cpt_enc_hmac_prep()
537 cpt_inst_w4.s.opcode_major |= (uint64_t)ROC_SE_DMA_MODE; in cpt_enc_hmac_prep()
756 cpt_inst_w4.s.opcode_major = ROC_SE_MAJOR_OP_FC; in cpt_dec_hmac_prep()
825 cpt_inst_w4.s.opcode_major |= (uint64_t)ROC_SE_DMA_MODE; in cpt_dec_hmac_prep()
1021 cpt_inst_w4.s.opcode_major = ROC_SE_MAJOR_OP_PDCP; in cpt_pdcp_alg_prep()
1147 cpt_inst_w4.s.opcode_major |= (uint64_t)ROC_SE_DMA_MODE; in cpt_pdcp_alg_prep()
1305 cpt_inst_w4.s.opcode_major = ROC_SE_MAJOR_OP_KASUMI | ROC_SE_DMA_MODE; in cpt_kasumi_enc_prep()
[all …]
H A Dcn10k_ipsec.c104 inst_w4.s.opcode_major = ROC_IE_OT_MAJOR_OP_PROCESS_OUTBOUND_IPSEC; in cn10k_ipsec_outb_sa_create()
200 inst_w4.s.opcode_major = ROC_IE_OT_MAJOR_OP_PROCESS_INBOUND_IPSEC; in cn10k_ipsec_inb_sa_create()
H A Dcn9k_ipsec_la_ops.h145 inst->w4.s.opcode_major = ROC_SE_MAJOR_OP_MISC; in process_inb_sa()
H A Dcn9k_ipsec.c37 inst.w4.s.opcode_major = opcode; in cn9k_cpt_enq_sa_write()
490 w4.s.opcode_major = ROC_IE_ON_MAJOR_OP_PROCESS_OUTBOUND_IPSEC; in cn9k_ipsec_outb_sa_create()
609 w4.s.opcode_major = ROC_IE_ON_MAJOR_OP_PROCESS_INBOUND_IPSEC; in cn9k_ipsec_inb_sa_create()
/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h155 uint64_t opcode_major : 8; member
/dpdk/drivers/common/cnxk/
H A Droc_cpt.c952 inst->w4.s.opcode_major = ROC_IE_OT_MAJOR_OP_WRITE_SA; in roc_cpt_ctx_write()