Lines Matching refs:actual
554 buf = req->buf + req->actual; in write_fifo()
556 total = req->length - req->actual; in write_fifo()
647 u8 *buf = req->req.buf + req->req.actual; in read_fifo()
681 tmp = req->req.length - req->req.actual; in read_fifo()
696 req->req.actual += count; in read_fifo()
703 req, req->req.actual, req->req.length); in read_fifo()
727 return is_short || ((req->req.actual == req->req.length) && in read_fifo()
911 req->req.actual, req->req.length); in done()
976 _req->actual = 0; in net2280_queue()
1067 req->req.actual = req->req.length - (DMA_BYTE_COUNT_MASK & dmacount); in dma_done()
1722 &req->req, req->req.actual, in queues_show()
1728 &req->req, req->req.actual, in queues_show()
2416 req->req.actual == req->req.length) || in handle_ep_small()
2509 len = req->req.length - req->req.actual; in handle_ep_small()
2512 req->req.actual += len; in handle_ep_small()
2516 if ((req->req.actual == req->req.length) && in handle_ep_small()
2925 done(ep, req, (req->req.actual == req->req.length) in handle_stat0_irqs()