Lines Matching defs:length
322 req->req.actual, req->req.length);
337 unsigned length, count;
339 length = min(req->req.length - req->req.actual, max);
340 req->req.actual += length;
342 count = length;
345 return length;
384 if (likely(req->req.length != req->req.actual)
394 req->req.length - req->req.actual, req);
431 bufferspace = req->req.length - req->req.actual;
454 req, req->req.actual, req->req.length);
475 if (unlikely(is_short || req->req.actual == req->req.length)) {
540 u32 end = start + req->req.length - 1;
555 if (unlikely(req->req.length == 0))
557 else if ((req->req.length % ep->ep.maxpacket) != 0
629 req->req.actual, req->req.length, req);
695 req->req.actual, req->req.length);
704 req->req.actual = req->req.length;
745 _ep->name, _req, _req->length, _req->buf);
1236 &req->req, tmp, req->req.length,