Searched refs:dma_ct (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | img-hash.c | 90 size_t dma_ct; member 227 ctx->dma_ct = dma_map_sg(hdev->dev, sg, 1, DMA_TO_DEVICE); in img_hash_xmit_dma() 228 if (ctx->dma_ct == 0) { in img_hash_xmit_dma() 236 ctx->dma_ct, in img_hash_xmit_dma() 438 dma_unmap_sg(hdev->dev, ctx->sg, ctx->dma_ct, DMA_TO_DEVICE); in img_hash_write_via_dma_stop()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | img-hash.c | 91 size_t dma_ct; member 228 ctx->dma_ct = dma_map_sg(hdev->dev, sg, 1, DMA_TO_DEVICE); in img_hash_xmit_dma() 229 if (ctx->dma_ct == 0) { in img_hash_xmit_dma() 237 ctx->dma_ct, in img_hash_xmit_dma() 439 dma_unmap_sg(hdev->dev, ctx->sg, ctx->dma_ct, DMA_TO_DEVICE); in img_hash_write_via_dma_stop()
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 140 size_t dma_ct; member 493 rctx->dma_ct = dma_map_sg(hdev->dev, &rctx->sg_key, 1, in stm32_hash_hmac_dma_send() 495 if (rctx->dma_ct == 0) { in stm32_hash_hmac_dma_send() 589 rctx->dma_ct = dma_map_sg(hdev->dev, sg, 1, in stm32_hash_dma_send() 591 if (rctx->dma_ct == 0) { in stm32_hash_dma_send()
|
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 168 size_t dma_ct; member 602 rctx->dma_ct = dma_map_sg(hdev->dev, &rctx->sg_key, 1, in stm32_hash_hmac_dma_send() 604 if (rctx->dma_ct == 0) { in stm32_hash_hmac_dma_send() 700 rctx->dma_ct = dma_map_sg(hdev->dev, sg, 1, in stm32_hash_dma_send() 702 if (rctx->dma_ct == 0) { in stm32_hash_dma_send()
|
Completed in 8 milliseconds