Searched refs:wsend (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | img-hash.c | 362 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local 386 wsend = (nbytes / 4); in img_hash_dma_task() 388 if (wsend) { in img_hash_dma_task() 389 sg_init_one(&tsg, addr + ctx->offset, wsend * 4); in img_hash_dma_task() 395 wsend * 4, 0); in img_hash_dma_task() 396 ctx->sent += wsend * 4; in img_hash_dma_task() 397 wsend = 0; in img_hash_dma_task() 399 ctx->sent += wsend * 4; in img_hash_dma_task() 425 if (!wsend) in img_hash_dma_task()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | img-hash.c | 363 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local 387 wsend = (nbytes / 4); in img_hash_dma_task() 389 if (wsend) { in img_hash_dma_task() 390 sg_init_one(&tsg, addr + ctx->offset, wsend * 4); in img_hash_dma_task() 396 wsend * 4, 0); in img_hash_dma_task() 397 ctx->sent += wsend * 4; in img_hash_dma_task() 398 wsend = 0; in img_hash_dma_task() 400 ctx->sent += wsend * 4; in img_hash_dma_task() 426 if (!wsend) in img_hash_dma_task()
|
Completed in 3 milliseconds