Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-aes-core.c88 int dst_dma_count; member
386 if (rctx->dst_dma_count) { in kmb_ocs_sk_dma_cleanup()
390 rctx->dst_dma_count = 0; in kmb_ocs_sk_dma_cleanup()
424 rctx->dst_dma_count = dma_map_sg(tctx->aes_dev->dev, req->dst, in kmb_ocs_sk_prepare_inplace()
426 if (rctx->dst_dma_count == 0) { in kmb_ocs_sk_prepare_inplace()
433 rctx->dst_dma_count, &rctx->dst_dll, in kmb_ocs_sk_prepare_inplace()
474 rctx->dst_dma_count = dma_map_sg(tctx->aes_dev->dev, req->dst, in kmb_ocs_sk_prepare_notinplace()
476 if (rctx->dst_dma_count == 0) { in kmb_ocs_sk_prepare_notinplace()
483 rctx->dst_dma_count, &rctx->dst_dll, in kmb_ocs_sk_prepare_notinplace()
693 if (rctx->dst_dma_count) { in kmb_ocs_aead_dma_cleanup()
[all …]