Lines Matching refs:actual
99 buf = req->req.buf + req->req.actual; in setdma_rx()
100 length = min_t(u32, req->req.length - req->req.actual, in setdma_rx()
141 buf = req->req.buf + req->req.actual; in setdma_tx()
142 length = req->req.length - req->req.actual; in setdma_tx()
235 req->req.actual += min(xfer_size, req->req.length - req->req.actual); in complete_rx()
241 __func__, ep_num, req->req.actual, req->req.length, in complete_rx()
242 is_short, ep_tsr, req->req.length - req->req.actual); in complete_rx()
244 if (is_short || req->req.actual == req->req.length) { in complete_rx()
293 req->req.actual += min(xfer_size, req->req.length - req->req.actual); in complete_tx()
298 __func__, ep_num, req->req.actual, req->req.length, in complete_tx()
299 is_short, ep_tsr, req->req.length - req->req.actual); in complete_tx()
331 if (req->req.actual == req->req.length) in complete_tx()
645 _req->actual = 0; in dwc2_queue()
725 if (likely(req->req.length != req->req.actual + count) in write_fifo_ep0()
736 req->req.length - req->req.actual - count, req); in write_fifo_ep0()
824 __func__, req, req->req.length, req->req.actual); in dwc2_ep0_read()
863 __func__, req, req->req.length, req->req.actual); in dwc2_ep0_write()
865 if (req->req.length - req->req.actual == ep0_fifo_size) { in dwc2_ep0_write()