Lines Matching defs:urbstat
506 int urbstat = -EINPROGRESS;
535 urbstat = 0;
555 urbstat = cc_to_error[PTD_DATAUNDERRUN];
563 urbstat = cc_to_error[cc];
565 __func__, ep->num_req, ep->nextpid, urbstat, cc,
582 ep->num_req, len, ep->maxpacket, urbstat);
591 urbstat = 0;
594 urbstat, len, ep->maxpacket, urb->actual_length);
609 ep->num_req, len, ep->maxpacket, urbstat);
616 urbstat = 0;
619 urbstat, len, ep->maxpacket, urb->actual_length);
636 urbstat);
637 WARN_ON(urbstat != -EINPROGRESS);
638 urbstat = 0;
646 if (urbstat != -EINPROGRESS) {
648 ep, ep->num_req, urb, urbstat);
649 finish_request(isp1362_hcd, ep, urb, urbstat);