dst_mapped_nents  846 drivers/crypto/ccree/cc_buffer_mgr.c 	u32 src_mapped_nents = 0, dst_mapped_nents = 0;
dst_mapped_nents  909 drivers/crypto/ccree/cc_buffer_mgr.c 			       &dst_mapped_nents);
dst_mapped_nents  914 drivers/crypto/ccree/cc_buffer_mgr.c 	dst_mapped_nents = cc_get_sgl_nents(dev, req->dst, size_for_map,
dst_mapped_nents  920 drivers/crypto/ccree/cc_buffer_mgr.c 	while (dst_mapped_nents && sg_index <= size_to_skip) {
dst_mapped_nents  921 drivers/crypto/ccree/cc_buffer_mgr.c 		dst_mapped_nents--;
dst_mapped_nents  929 drivers/crypto/ccree/cc_buffer_mgr.c 	if (dst_mapped_nents > LLI_MAX_NUM_OF_DATA_ENTRIES) {
dst_mapped_nents  931 drivers/crypto/ccree/cc_buffer_mgr.c 			dst_mapped_nents, LLI_MAX_NUM_OF_DATA_ENTRIES);
dst_mapped_nents  934 drivers/crypto/ccree/cc_buffer_mgr.c 	areq_ctx->dst.nents = dst_mapped_nents;
dst_mapped_nents  937 drivers/crypto/ccree/cc_buffer_mgr.c 	    dst_mapped_nents  > 1 ||