Home
last modified time | relevance | path

Searched refs:sg_mlen (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c418 int sg_mlen = 0; in otx_cpt_metabuf_mempool_create() local
431 sg_mlen = cpt_pmd_ops_helper_get_mlen_sg_mode(); in otx_cpt_metabuf_mempool_create()
434 sg_mlen += 4 * sizeof(uint64_t); in otx_cpt_metabuf_mempool_create()
443 max_mlen = RTE_MAX(lb_mlen, sg_mlen); in otx_cpt_metabuf_mempool_create()
485 meta_info->sg_mlen = sg_mlen; in otx_cpt_metabuf_mempool_create()
503 meta_info->sg_mlen = 0; in otx_cpt_metabuf_mempool_destroy()
/dpdk/drivers/common/cpt/
H A Dcpt_common.h27 int sg_mlen; member
H A Dcpt_ucode.h3295 m_info->sg_mlen, m_info->pool); in fill_fc_params()
3425 mdata = alloc_op_meta(NULL, &params.meta_buf, m_info->sg_mlen, in fill_digest_params()