Lines Matching defs:total
136 unsigned int total;
300 while ((rctx->bufcnt < rctx->buflen) && rctx->total) {
301 count = min(rctx->sg->length - rctx->offset, rctx->total);
318 rctx->total -= count;
325 rctx->total = 0;
388 while ((rctx->total >= rctx->buflen) ||
389 (rctx->bufcnt + rctx->total >= rctx->buflen)) {
551 rctx->total = hdev->req->nbytes;
577 rctx->total - sg->length + len);
712 rctx->total = 0;
904 rctx->total = req->nbytes;
908 if ((rctx->bufcnt + rctx->total < rctx->buflen)) {