Home
last modified time | relevance | path

Searched refs:mphys (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h275 req->ist.ei1 = mphys; in cpt_modex_prep()
276 req->ist.ei2 = mphys + dlen; in cpt_modex_prep()
357 req->ist.ei1 = mphys; in cpt_rsa_prep()
358 req->ist.ei2 = mphys + dlen; in cpt_rsa_prep()
440 req->ist.ei1 = mphys; in cpt_rsa_crt_prep()
441 req->ist.ei2 = mphys + dlen; in cpt_rsa_crt_prep()
717 req->ist.ei1 = mphys; in cpt_ecdsa_sign_prep()
718 req->ist.ei2 = mphys + dlen; in cpt_ecdsa_sign_prep()
828 req->ist.ei1 = mphys; in cpt_ecdsa_verify_prep()
829 req->ist.ei2 = mphys + dlen; in cpt_ecdsa_verify_prep()
[all …]
H A Dcpt_ucode.h2910 phys_addr_t mphys; in alloc_op_meta() local
2916 mphys = m_src->buf_iova + m_src->buf_len; in alloc_op_meta()
2918 mphys -= len; in alloc_op_meta()
2920 buf->dma_addr = mphys; in alloc_op_meta()
3407 phys_addr_t mphys; in fill_digest_params() local
3432 mphys = params.meta_buf.dma_addr; in fill_digest_params()
3527 params.mac_buf.dma_addr = mphys + space; in fill_digest_params()
3535 params.meta_buf.dma_addr = mphys + space; in fill_digest_params()