Lines Matching refs:status
207 static void nuke(struct pxa25x_ep *, int status);
416 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done() argument
422 if (likely(req->req.status == -EINPROGRESS)) in done()
423 req->req.status = status; in done()
425 status = req->req.status; in done()
427 if (status && status != -ESHUTDOWN) in done()
429 ep->ep.name, &req->req, status, in done()
644 if (req->req.status != -EOVERFLOW) in read_fifo()
647 req->req.status = -EOVERFLOW; in read_fifo()
659 req->req.status = -EHOSTUNREACH; in read_fifo()
701 if (req->req.status != -EOVERFLOW) in read_ep0_fifo()
703 req->req.status = -EOVERFLOW; in read_ep0_fifo()
765 _req->status = -EINPROGRESS; in pxa25x_ep_queue()
840 static void nuke(struct pxa25x_ep *ep, int status) in nuke() argument
849 done(ep, req, status); in nuke()