mlli_params      1178 drivers/crypto/ccree/cc_aead.c 	    !req_ctx->is_single_pass) && req_ctx->mlli_params.mlli_len) {
mlli_params      1181 drivers/crypto/ccree/cc_aead.c 			req_ctx->mlli_params.mlli_len);
mlli_params      1185 drivers/crypto/ccree/cc_aead.c 			     req_ctx->mlli_params.mlli_dma_addr,
mlli_params      1186 drivers/crypto/ccree/cc_aead.c 			     req_ctx->mlli_params.mlli_len, NS_BIT);
mlli_params      1189 drivers/crypto/ccree/cc_aead.c 			      req_ctx->mlli_params.mlli_len);
mlli_params        95 drivers/crypto/ccree/cc_aead.h 	struct mlli_params mlli_params;
mlli_params       192 drivers/crypto/ccree/cc_buffer_mgr.c 			    struct mlli_params *mlli_params, gfp_t flags)
mlli_params       201 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_params->mlli_virt_addr =
mlli_params       202 drivers/crypto/ccree/cc_buffer_mgr.c 		dma_pool_alloc(mlli_params->curr_pool, flags,
mlli_params       203 drivers/crypto/ccree/cc_buffer_mgr.c 			       &mlli_params->mlli_dma_addr);
mlli_params       204 drivers/crypto/ccree/cc_buffer_mgr.c 	if (!mlli_params->mlli_virt_addr) {
mlli_params       210 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_p = (u32 *)mlli_params->mlli_virt_addr;
mlli_params       240 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_params->mlli_len = (total_nents * LLI_ENTRY_BYTE_SIZE);
mlli_params       243 drivers/crypto/ccree/cc_buffer_mgr.c 		mlli_params->mlli_virt_addr, &mlli_params->mlli_dma_addr,
mlli_params       244 drivers/crypto/ccree/cc_buffer_mgr.c 		mlli_params->mlli_len);
mlli_params       383 drivers/crypto/ccree/cc_buffer_mgr.c 	    req_ctx->mlli_params.mlli_virt_addr) {
mlli_params       384 drivers/crypto/ccree/cc_buffer_mgr.c 		dma_pool_free(req_ctx->mlli_params.curr_pool,
mlli_params       385 drivers/crypto/ccree/cc_buffer_mgr.c 			      req_ctx->mlli_params.mlli_virt_addr,
mlli_params       386 drivers/crypto/ccree/cc_buffer_mgr.c 			      req_ctx->mlli_params.mlli_dma_addr);
mlli_params       404 drivers/crypto/ccree/cc_buffer_mgr.c 	struct mlli_params *mlli_params = &req_ctx->mlli_params;
mlli_params       413 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_params->curr_pool = NULL;
mlli_params       470 drivers/crypto/ccree/cc_buffer_mgr.c 		mlli_params->curr_pool = buff_mgr->mlli_buffs_pool;
mlli_params       471 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_generate_mlli(dev, &sg_data, mlli_params, flags);
mlli_params       536 drivers/crypto/ccree/cc_buffer_mgr.c 	    (areq_ctx->mlli_params.mlli_virt_addr)) {
mlli_params       538 drivers/crypto/ccree/cc_buffer_mgr.c 			&areq_ctx->mlli_params.mlli_dma_addr,
mlli_params       539 drivers/crypto/ccree/cc_buffer_mgr.c 			areq_ctx->mlli_params.mlli_virt_addr);
mlli_params       540 drivers/crypto/ccree/cc_buffer_mgr.c 		dma_pool_free(areq_ctx->mlli_params.curr_pool,
mlli_params       541 drivers/crypto/ccree/cc_buffer_mgr.c 			      areq_ctx->mlli_params.mlli_virt_addr,
mlli_params       542 drivers/crypto/ccree/cc_buffer_mgr.c 			      areq_ctx->mlli_params.mlli_dma_addr);
mlli_params      1007 drivers/crypto/ccree/cc_buffer_mgr.c 	struct mlli_params *mlli_params = &areq_ctx->mlli_params;
mlli_params      1021 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_params->curr_pool = NULL;
mlli_params      1184 drivers/crypto/ccree/cc_buffer_mgr.c 		mlli_params->curr_pool = buff_mgr->mlli_buffs_pool;
mlli_params      1185 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_generate_mlli(dev, &sg_data, mlli_params, flags);
mlli_params      1210 drivers/crypto/ccree/cc_buffer_mgr.c 	struct mlli_params *mlli_params = &areq_ctx->mlli_params;
mlli_params      1221 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_params->curr_pool = NULL;
mlli_params      1259 drivers/crypto/ccree/cc_buffer_mgr.c 		mlli_params->curr_pool = buff_mgr->mlli_buffs_pool;
mlli_params      1263 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_generate_mlli(dev, &sg_data, mlli_params, flags);
mlli_params      1293 drivers/crypto/ccree/cc_buffer_mgr.c 	struct mlli_params *mlli_params = &areq_ctx->mlli_params;
mlli_params      1307 drivers/crypto/ccree/cc_buffer_mgr.c 	mlli_params->curr_pool = NULL;
mlli_params      1372 drivers/crypto/ccree/cc_buffer_mgr.c 		mlli_params->curr_pool = buff_mgr->mlli_buffs_pool;
mlli_params      1377 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_generate_mlli(dev, &sg_data, mlli_params, flags);
mlli_params      1404 drivers/crypto/ccree/cc_buffer_mgr.c 	if (areq_ctx->mlli_params.curr_pool) {
mlli_params      1406 drivers/crypto/ccree/cc_buffer_mgr.c 			&areq_ctx->mlli_params.mlli_dma_addr,
mlli_params      1407 drivers/crypto/ccree/cc_buffer_mgr.c 			areq_ctx->mlli_params.mlli_virt_addr);
mlli_params      1408 drivers/crypto/ccree/cc_buffer_mgr.c 		dma_pool_free(areq_ctx->mlli_params.curr_pool,
mlli_params      1409 drivers/crypto/ccree/cc_buffer_mgr.c 			      areq_ctx->mlli_params.mlli_virt_addr,
mlli_params      1410 drivers/crypto/ccree/cc_buffer_mgr.c 			      areq_ctx->mlli_params.mlli_dma_addr);
mlli_params       757 drivers/crypto/ccree/cc_cipher.c 			&req_ctx->mlli_params.mlli_dma_addr,
mlli_params       758 drivers/crypto/ccree/cc_cipher.c 			req_ctx->mlli_params.mlli_len,
mlli_params       762 drivers/crypto/ccree/cc_cipher.c 			     req_ctx->mlli_params.mlli_dma_addr,
mlli_params       763 drivers/crypto/ccree/cc_cipher.c 			     req_ctx->mlli_params.mlli_len, NS_BIT);
mlli_params       766 drivers/crypto/ccree/cc_cipher.c 			      req_ctx->mlli_params.mlli_len);
mlli_params        24 drivers/crypto/ccree/cc_cipher.h 	struct mlli_params mlli_params;
mlli_params      2238 drivers/crypto/ccree/cc_hash.c 			     areq_ctx->mlli_params.mlli_dma_addr,
mlli_params      2239 drivers/crypto/ccree/cc_hash.c 			     areq_ctx->mlli_params.mlli_len, NS_BIT);
mlli_params      2241 drivers/crypto/ccree/cc_hash.c 			      areq_ctx->mlli_params.mlli_len);
mlli_params        56 drivers/crypto/ccree/cc_hash.h 	struct mlli_params mlli_params;