Lines Matching defs:nbytes_to_hash
1989 unsigned int nbytes_to_hash;
2012 nbytes_to_hash = nbytes + req_ctx->nbuf;
2013 to_hash_later = nbytes_to_hash & (blocksize - 1);
2019 nbytes_to_hash -= to_hash_later;
2022 nbytes_to_hash -= blocksize;
2028 nsg = (req_ctx->nbuf < nbytes_to_hash) ? 2 : 1;
2037 if (nbytes_to_hash > blocksize)
2040 offset = nbytes_to_hash - req_ctx->nbuf;
2068 edesc = ahash_edesc_alloc(areq, nbytes_to_hash);
2090 return common_nonsnoop_hash(edesc, areq, nbytes_to_hash, ahash_done);