Searched refs:wsend (Results 1 – 1 of 1) sorted by relevance
364 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local384 wsend = (nbytes / 4); in img_hash_dma_task()386 if (wsend) { in img_hash_dma_task()387 sg_init_one(&tsg, addr + ctx->offset, wsend * 4); in img_hash_dma_task()393 wsend * 4, 0); in img_hash_dma_task()394 ctx->sent += wsend * 4; in img_hash_dma_task()395 wsend = 0; in img_hash_dma_task()397 ctx->sent += wsend * 4; in img_hash_dma_task()423 if (!wsend) in img_hash_dma_task()