Home
last modified time | relevance | path

Searched refs:lb_mlen (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c419 int lb_mlen = 0; in otx_cpt_metabuf_mempool_create() local
436 lb_mlen = cpt_pmd_ops_helper_get_mlen_direct_mode(); in otx_cpt_metabuf_mempool_create()
439 lb_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()
481 meta_info->lb_mlen = lb_mlen; in otx_cpt_metabuf_mempool_create()
499 meta_info->lb_mlen = 0; in otx_cpt_metabuf_mempool_destroy()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_common.h27 int lb_mlen; member
H A Dcpt_ucode.h3201 m_info->lb_mlen, m_info->pool); in fill_fc_params()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h81 mdata_len = m_info->lb_mlen + 8; in process_outb_sa()
153 mdata_len = m_info->lb_mlen + 8; in process_inb_sa()
H A Dotx2_cryptodev_ops.c53 int lb_mlen = 0; in otx2_cpt_metabuf_mempool_create() local
65 lb_mlen = cpt_pmd_ops_helper_get_mlen_direct_mode(); in otx2_cpt_metabuf_mempool_create()
68 lb_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()
113 meta_info->lb_mlen = lb_mlen; in otx2_cpt_metabuf_mempool_create()
131 meta_info->lb_mlen = 0; in otx2_cpt_metabuf_mempool_destroy()