Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h124 req->ist.ei1 = rte_pktmbuf_iova(m_src); in process_outb_sa()
125 req->ist.ei2 = req->ist.ei1; in process_outb_sa()
170 req->ist.ei1 = rte_pktmbuf_iova(m_src); in process_inb_sa()
171 req->ist.ei2 = req->ist.ei1; in process_inb_sa()
H A Dotx2_cryptodev_ops.c450 inst.s9x.ei1 = req->ist.ei1; in otx2_ca_enqueue_req()
502 inst.s9x.ei1 = req->ist.ei1; in otx2_cpt_enqueue_req()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_hw_types.h168 uint64_t ei1 : 64; member
173 uint64_t ei1 : 64; member
240 uint64_t ei1; member
H A Dcpt_common.h53 uint64_t ei1; member
H A Dcpt_ucode_asym.h277 req->ist.ei1 = mphys; in cpt_modex_prep()
359 req->ist.ei1 = mphys; in cpt_rsa_prep()
442 req->ist.ei1 = mphys; in cpt_rsa_crt_prep()
680 req->ist.ei1 = mphys; in cpt_ecdsa_sign_prep()
785 req->ist.ei1 = mphys; in cpt_ecdsa_verify_prep()
880 req->ist.ei1 = mphys; in cpt_ecpm_prep()
H A Dcpt_ucode.h635 req->ist.ei1 = dptr_dma; in cpt_digest_gen_prep()
805 req->ist.ei1 = offset_dma; in cpt_enc_hmac_prep()
995 req->ist.ei1 = dptr_dma; in cpt_enc_hmac_prep()
1154 req->ist.ei1 = offset_dma; in cpt_dec_hmac_prep()
1365 req->ist.ei1 = dptr_dma; in cpt_dec_hmac_prep()
1530 req->ist.ei1 = offset_dma; in cpt_zuc_snow3g_enc_prep()
1672 req->ist.ei1 = dptr_dma; in cpt_zuc_snow3g_enc_prep()
1807 req->ist.ei1 = offset_dma; in cpt_zuc_snow3g_dec_prep()
1923 req->ist.ei1 = dptr_dma; in cpt_zuc_snow3g_dec_prep()
2160 req->ist.ei1 = dptr_dma; in cpt_kasumi_enc_prep()
[all …]
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h236 cpt_ist_p->s8x.ei1 = user_req->ist.ei1; in fill_cpt_inst()