Searched refs:mlli_nents (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/crypto/ccree/ |
| D | cc_buffer_mgr.c | 39 u32 *mlli_nents[MAX_NUM_OF_BUFFERS_IN_MLLI]; member 251 if (sg_data->mlli_nents[i]) { in cc_generate_mlli() 255 *sg_data->mlli_nents[i] += in cc_generate_mlli() 275 bool is_last_entry, u32 *mlli_nents) in cc_add_buffer_entry() argument 287 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_buffer_entry() 288 if (sgl_data->mlli_nents[index]) in cc_add_buffer_entry() 289 *sgl_data->mlli_nents[index] = 0; in cc_add_buffer_entry() 296 bool is_last_table, u32 *mlli_nents) in cc_add_sg_entry() argument 308 sgl_data->mlli_nents[index] = mlli_nents; in cc_add_sg_entry() 309 if (sgl_data->mlli_nents[index]) in cc_add_sg_entry() [all …]
|
| D | cc_buffer_mgr.h | 29 unsigned int mlli_nents; //mlli nents might be different than the above member
|
| D | cc_hash.h | 55 u32 mlli_nents; member
|
| D | cc_aead.c | 737 areq_ctx->assoc.mlli_nents, NS_BIT); in cc_set_assoc_desc() 788 u32 mlli_nents = areq_ctx->assoc.mlli_nents; in cc_proc_authen_desc() local 793 mlli_nents = areq_ctx->dst.mlli_nents; in cc_proc_authen_desc() 796 mlli_nents = areq_ctx->src.mlli_nents; in cc_proc_authen_desc() 802 set_din_type(&desc[idx], DMA_MLLI, mlli_addr, mlli_nents, in cc_proc_authen_desc() 848 areq_ctx->src.mlli_nents, NS_BIT); in cc_proc_cipher_desc() 850 areq_ctx->dst.mlli_nents, NS_BIT, 0); in cc_proc_cipher_desc()
|
| D | cc_hash.c | 2140 areq_ctx->mlli_nents, NS_BIT); in cc_set_desc()
|