Searched refs:wsend (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
H A Dimg-hash.c361 size_t nbytes, bleft, wsend, len, tbc; img_hash_dma_task() local
381 wsend = (nbytes / 4); img_hash_dma_task()
383 if (wsend) { img_hash_dma_task()
384 sg_init_one(&tsg, addr + ctx->offset, wsend * 4); img_hash_dma_task()
390 wsend * 4, 0); img_hash_dma_task()
391 ctx->sent += wsend * 4; img_hash_dma_task()
392 wsend = 0; img_hash_dma_task()
394 ctx->sent += wsend * 4; img_hash_dma_task()
420 if (!wsend) img_hash_dma_task()

Completed in 53 milliseconds