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

/linux-master/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c121 u32 new_nents; local
124 new_nents = (*curr_nents + buff_size / CC_MAX_MLLI_ENTRY_SIZE + 1);
125 if (new_nents > MAX_NUM_OF_TOTAL_MLLI_ENTRIES) {
127 new_nents, MAX_NUM_OF_TOTAL_MLLI_ENTRIES);

Completed in 130 milliseconds