Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dbfin_crc.c81 size_t sg_buflen; /* bytes for this update */ member
152 ctx->sg_buflen = 0; in bfin_crypto_crc_init()
314 ctx->sg_buflen = 0; in bfin_crypto_crc_handle_queue()
349 nsg = ctx->sg_buflen ? 2 : 1; in bfin_crypto_crc_handle_queue()
361 ctx->sg_buflen = ctx->buflast_len + req->nbytes; in bfin_crypto_crc_handle_queue()
362 ctx->bufnext_len = ctx->sg_buflen % 4; in bfin_crypto_crc_handle_queue()
363 ctx->sg_buflen &= ~0x3; in bfin_crypto_crc_handle_queue()
386 ctx->sg_buflen += CHKSUM_DIGEST_SIZE; in bfin_crypto_crc_handle_queue()
389 writel(ctx->sg_buflen >> 2, &crc->regs->datacnt); in bfin_crypto_crc_handle_queue()