Home
last modified time | relevance | path

Searched refs:dma_buf_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/ccree/
H A Dcc_cipher.h18 enum cc_req_dma_buf_type dma_buf_type; member
H A Dcc_buffer_mgr.c352 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI && in cc_unmap_cipher_request()
384 req_ctx->dma_buf_type = CC_DMA_BUF_DLLI; in cc_map_cipher_request()
410 req_ctx->dma_buf_type = CC_DMA_BUF_MLLI; in cc_map_cipher_request()
414 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
428 req_ctx->dma_buf_type = CC_DMA_BUF_MLLI; in cc_map_cipher_request()
430 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
440 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
448 cc_dma_buf_type(req_ctx->dma_buf_type)); in cc_map_cipher_request()