Lines Matching refs:actual
623 buf = req->buf + req->actual; in write_fifo()
625 total = req->length - req->actual; in write_fifo()
716 u8 *buf = req->req.buf + req->req.actual; in read_fifo()
750 tmp = req->req.length - req->req.actual; in read_fifo()
765 req->req.actual += count; in read_fifo()
772 req, req->req.actual, req->req.length); in read_fifo()
796 return is_short || ((req->req.actual == req->req.length) && in read_fifo()
980 req->req.actual, req->req.length); in done()
1045 _req->actual = 0; in net2280_queue()
1136 req->req.actual = req->req.length - (DMA_BYTE_COUNT_MASK & dmacount); in dma_done()
1822 &req->req, req->req.actual, in queues_show()
1828 &req->req, req->req.actual, in queues_show()
2532 req->req.actual == req->req.length) || in handle_ep_small()
2625 len = req->req.length - req->req.actual; in handle_ep_small()
2628 req->req.actual += len; in handle_ep_small()
2632 if ((req->req.actual == req->req.length) && in handle_ep_small()
3061 done(ep, req, (req->req.actual == req->req.length) in handle_stat0_irqs()