Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c91 int dst_dma_count; member
389 if (rctx->dst_dma_count) { in kmb_ocs_sk_dma_cleanup()
393 rctx->dst_dma_count = 0; in kmb_ocs_sk_dma_cleanup()
427 rctx->dst_dma_count = dma_map_sg(tctx->aes_dev->dev, req->dst, in kmb_ocs_sk_prepare_inplace()
429 if (rctx->dst_dma_count == 0) { in kmb_ocs_sk_prepare_inplace()
436 rctx->dst_dma_count, &rctx->dst_dll, in kmb_ocs_sk_prepare_inplace()
477 rctx->dst_dma_count = dma_map_sg(tctx->aes_dev->dev, req->dst, in kmb_ocs_sk_prepare_notinplace()
479 if (rctx->dst_dma_count == 0) { in kmb_ocs_sk_prepare_notinplace()
486 rctx->dst_dma_count, &rctx->dst_dll, in kmb_ocs_sk_prepare_notinplace()
696 if (rctx->dst_dma_count) { in kmb_ocs_aead_dma_cleanup()
[all …]