Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_reqmgr.h353 u16 g_sz_bytes, s_sz_bytes; in cn10k_sgv2_info_create() local
359 s_sz_bytes = ((req->out_cnt + 2) / 3) * in cn10k_sgv2_info_create()
363 sg_len = ALIGN(g_len + s_sz_bytes, align); in cn10k_sgv2_info_create()
423 u16 g_sz_bytes, s_sz_bytes; in otx2_sg_info_create() local
434 s_sz_bytes = ((req->out_cnt + 3) / 4) * in otx2_sg_info_create()
437 dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in otx2_sg_info_create()
/linux-6.15/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c125 u16 g_sz_bytes = 0, s_sz_bytes = 0; in setup_sgio_list() local
153 s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component); in setup_sgio_list()
154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
170 info->dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in setup_sgio_list()
185 info->scatter_components, s_sz_bytes); in setup_sgio_list()
/linux-6.15/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c175 u16 g_sz_bytes, s_sz_bytes; in setup_sgio_list() local
187 s_sz_bytes = ((req->outcnt + 3) / 4) * in setup_sgio_list()
190 dlen = g_sz_bytes + s_sz_bytes + SG_LIST_HDR_SIZE; in setup_sgio_list()