Lines Matching defs:to_hash
3529 int in_len = *buflen + req->nbytes, to_hash;
3535 to_hash = in_len - *next_buflen;
3537 if (to_hash) {
3602 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash);
3981 int in_len = *buflen + req->nbytes, to_hash;
3987 to_hash = in_len - *next_buflen;
3989 if (to_hash) {
4052 dpaa2_fl_set_len(in_fle, to_hash);
4198 int to_hash;
4205 to_hash = req->nbytes - *next_buflen;
4207 if (to_hash) {
4241 dpaa2_fl_set_len(in_fle, to_hash);