Lines Matching refs:status
194 int status = -EINPROGRESS;
202 return status;
206 status = -EREMOTEIO;
212 status = -EOVERFLOW;
219 status = -EPROTO;
222 status = -EPIPE;
230 status = -EPROTO;
232 status = (QTD_PID (token) == 1) /* IN ? */
241 status = -EPROTO;
243 status = -EPROTO;
247 return status;
251 ehci_urb_done(struct ehci_hcd *ehci, struct urb *urb, int status)
261 /* report non-error and short read status as zero */
262 if (status == -EINPROGRESS || status == -EREMOTEIO)
263 status = 0;
269 "%s %s urb %p ep%d%s status %d len %d/%d\n",
273 status,
278 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status);
401 * control transfers (status stage handles that) or
457 /* unless we already know the urb's status, collect qtd status
652 * and may serve as a control status ack
702 * control requests may need a terminating data "status" ack;
1226 * and let it advance to the next qtd which zero length OUT status