Searched refs:total_mem_len (Results 1 – 2 of 2) sorted by relevance
165 u32 total_mem_len; in info_create() local181 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()
177 u32 total_mem_len; in setup_sgio_list() local194 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()