Lines Matching refs:status
195 int status = -EINPROGRESS;
203 return status;
207 status = -EREMOTEIO;
213 status = -EOVERFLOW;
220 status = -EPROTO;
223 status = -EPIPE;
231 status = -EPROTO;
233 status = (QTD_PID (token) == 1) /* IN ? */
242 status = -EPROTO;
244 status = -EPROTO;
248 return status;
252 ehci_urb_done(struct ehci_hcd *ehci, struct urb *urb, int status)
262 /* report non-error and short read status as zero */
263 if (status == -EINPROGRESS || status == -EREMOTEIO)
264 status = 0;
270 "%s %s urb %p ep%d%s status %d len %d/%d\n",
274 status,
279 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status);
402 * control transfers (status stage handles that) or
458 /* unless we already know the urb's status, collect qtd status
653 * and may serve as a control status ack
703 * control requests may need a terminating data "status" ack;
1227 * and let it advance to the next qtd which zero length OUT status