Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/arch/arm/stm32/
Dstm32-dma-mdma-chaining.rst235 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);
/linux-6.12.1/drivers/crypto/ccree/
Dcc_buffer_mgr.c121 u32 new_nents; in cc_render_buff_to_mlli() local
124 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()