Home
last modified time | relevance | path

Searched refs:ist (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h123 req->ist.ei0 = word0.u64; in process_outb_sa()
124 req->ist.ei1 = rte_pktmbuf_iova(m_src); in process_outb_sa()
125 req->ist.ei2 = req->ist.ei1; in process_outb_sa()
169 req->ist.ei0 = word0.u64; in process_inb_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.c449 inst.s9x.ei0 = req->ist.ei0; in otx2_ca_enqueue_req()
450 inst.s9x.ei1 = req->ist.ei1; in otx2_ca_enqueue_req()
451 inst.s9x.ei2 = req->ist.ei2; in otx2_ca_enqueue_req()
501 inst.s9x.ei0 = req->ist.ei0; in otx2_cpt_enqueue_req()
502 inst.s9x.ei1 = req->ist.ei1; in otx2_cpt_enqueue_req()
503 inst.s9x.ei2 = req->ist.ei2; in otx2_cpt_enqueue_req()
882 vq_cmd_word0_t *word0 = (vq_cmd_word0_t *)&req->ist.ei0; in otx2_cpt_sec_post_process()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h276 req->ist.ei0 = vq_cmd_w0.u64; in cpt_modex_prep()
277 req->ist.ei1 = mphys; in cpt_modex_prep()
278 req->ist.ei2 = mphys + dlen; in cpt_modex_prep()
358 req->ist.ei0 = vq_cmd_w0.u64; in cpt_rsa_prep()
359 req->ist.ei1 = mphys; in cpt_rsa_prep()
360 req->ist.ei2 = mphys + dlen; in cpt_rsa_prep()
442 req->ist.ei1 = mphys; in cpt_rsa_crt_prep()
443 req->ist.ei2 = mphys + dlen; 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()
[all …]
H A Dcpt_ucode.h635 req->ist.ei1 = dptr_dma; in cpt_digest_gen_prep()
636 req->ist.ei2 = rptr_dma; in cpt_digest_gen_prep()
995 req->ist.ei1 = dptr_dma; in cpt_enc_hmac_prep()
996 req->ist.ei2 = rptr_dma; in cpt_enc_hmac_prep()
1365 req->ist.ei1 = dptr_dma; in cpt_dec_hmac_prep()
1366 req->ist.ei2 = rptr_dma; in cpt_dec_hmac_prep()
1672 req->ist.ei1 = dptr_dma; in cpt_zuc_snow3g_enc_prep()
2160 req->ist.ei1 = dptr_dma; in cpt_kasumi_enc_prep()
2161 req->ist.ei2 = rptr_dma; in cpt_kasumi_enc_prep()
2340 req->ist.ei1 = dptr_dma; in cpt_kasumi_dec_prep()
[all …]
H A Dcpt_common.h55 } ist; member
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h234 cpt_ist_p->s8x.ei0 = user_req->ist.ei0; in fill_cpt_inst()
236 cpt_ist_p->s8x.ei1 = user_req->ist.ei1; in fill_cpt_inst()
238 cpt_ist_p->s8x.ei2 = user_req->ist.ei2; in fill_cpt_inst()
/f-stack/freebsd/amd64/include/
H A Dmd_var.h87 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-zip-defs.h650 uint64_t ist : 5; /**< State of current instruction is executing */ member
654 uint64_t ist : 5;
H A Dcvmx-uahcx-defs.h862 …uint32_t ist : 4; /**< Isochronous Scheduling Threshold. Default = imple… member
895 uint32_t ist : 4;
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c807 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt() argument
814 ip->gd_ist = ist; in setidt()