src_mapped_nents  846 drivers/crypto/ccree/cc_buffer_mgr.c 	u32 src_mapped_nents = 0, dst_mapped_nents = 0;
src_mapped_nents  872 drivers/crypto/ccree/cc_buffer_mgr.c 	src_mapped_nents = cc_get_sgl_nents(dev, req->src, size_for_map,
src_mapped_nents  876 drivers/crypto/ccree/cc_buffer_mgr.c 	while (src_mapped_nents && (sg_index <= size_to_skip)) {
src_mapped_nents  877 drivers/crypto/ccree/cc_buffer_mgr.c 		src_mapped_nents--;
src_mapped_nents  885 drivers/crypto/ccree/cc_buffer_mgr.c 	if (src_mapped_nents > LLI_MAX_NUM_OF_DATA_ENTRIES) {
src_mapped_nents  887 drivers/crypto/ccree/cc_buffer_mgr.c 			src_mapped_nents, LLI_MAX_NUM_OF_DATA_ENTRIES);
src_mapped_nents  891 drivers/crypto/ccree/cc_buffer_mgr.c 	areq_ctx->src.nents = src_mapped_nents;
src_mapped_nents  936 drivers/crypto/ccree/cc_buffer_mgr.c 	if (src_mapped_nents > 1 ||