Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c418 int sg_mlen = 0; in otx_cpt_metabuf_mempool_create() local
430 sg_mlen = cpt_pmd_ops_helper_get_mlen_sg_mode(); in otx_cpt_metabuf_mempool_create()
433 sg_mlen += 4 * sizeof(uint64_t); in otx_cpt_metabuf_mempool_create()
442 max_mlen = RTE_MAX(lb_mlen, sg_mlen); in otx_cpt_metabuf_mempool_create()
482 meta_info->sg_mlen = sg_mlen; in otx_cpt_metabuf_mempool_create()
500 meta_info->sg_mlen = 0; in otx_cpt_metabuf_mempool_destroy()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_common.h26 int sg_mlen; member
H A Dcpt_ucode.h3204 m_info->sg_mlen, m_info->pool); in fill_fc_params()
3334 mdata = alloc_op_meta(NULL, &params.meta_buf, m_info->sg_mlen, in fill_digest_params()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c54 int sg_mlen = 0; in otx2_cpt_metabuf_mempool_create() local
59 sg_mlen = cpt_pmd_ops_helper_get_mlen_sg_mode(); in otx2_cpt_metabuf_mempool_create()
62 sg_mlen += 4 * sizeof(uint64_t); in otx2_cpt_metabuf_mempool_create()
81 max_mlen = RTE_MAX(RTE_MAX(lb_mlen, sg_mlen), asym_mlen); in otx2_cpt_metabuf_mempool_create()
114 meta_info->sg_mlen = sg_mlen; in otx2_cpt_metabuf_mempool_create()
132 meta_info->sg_mlen = 0; in otx2_cpt_metabuf_mempool_destroy()