Searched refs:new_nents (Results 1 – 2 of 2) sorted by relevance
235 u32 new_nents = 0, len;241 new_nents += DIV_ROUND_UP(sg_dma_len(s), sram_period);243 new_nents++;246 ret = sg_alloc_table(&new_dma_sgt, new_nents, GFP_ATOMIC);264 ret = sg_alloc_table(&new_mdma_sgt, new_nents, GFP_ATOMIC);
121 u32 new_nents; in cc_render_buff_to_mlli() local124 new_nents = (*curr_nents + buff_size / CC_MAX_MLLI_ENTRY_SIZE + 1); in cc_render_buff_to_mlli()125 if (new_nents > MAX_NUM_OF_TOTAL_MLLI_ENTRIES) { in cc_render_buff_to_mlli()127 new_nents, MAX_NUM_OF_TOTAL_MLLI_ENTRIES); in cc_render_buff_to_mlli()