Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H 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()