Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_reqmgr.c165 u32 total_mem_len; in info_create() local
181 total_mem_len = align_dlen + info_len + sizeof(union otx2_cpt_res_s); in info_create()
183 info = kzalloc(total_mem_len, gfp); in info_create()
209 info->dma_len = total_mem_len - info_len; in info_create()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_reqmgr.c177 u32 total_mem_len; in setup_sgio_list() local
194 total_mem_len = align_dlen + info_len + rlen + COMPLETION_CODE_SIZE; in setup_sgio_list()
196 info = kzalloc(total_mem_len, gfp); in setup_sgio_list()
223 info->dma_len = total_mem_len - info_len; in setup_sgio_list()

Completed in 6 milliseconds