Lines Matching refs:done

68  *   although ARP RX wins.  (That test was done with a full speed link.)
459 bool done = false;
502 /* see if we are done */
503 done = (++qh->iso_idx >= urb->number_of_packets);
519 /* see if we are done */
520 done = (urb->actual_length == urb->transfer_buffer_length)
523 if (done
542 if (!done)
547 return done;
993 /* if we just did status stage, we are done */
1013 * ep0 is more likely to stay busy. That's already done
1052 goto done;
1082 /* call completion handler if done */
1085 done:
1110 bool done = false;
1157 * That's already done for bulk RX transfers.
1192 done = true;
1241 * after clearing DMAMODE as we might have done this
1277 done = true;
1285 done = true;
1289 done = true;
1293 done = true;
1294 if (!done) {
1306 done = true;
1311 if (done) {
1447 bool done = false;
1538 done = true;
1543 /* SHOULD NEVER HAPPEN ... but at least DaVinci has done it */
1566 done = true;
1601 done = true;
1603 done = false;
1606 /* done if urb buffer is full or short packet is recd */
1607 done = (urb->actual_length + xfer_len >=
1613 if (!done) {
1620 done ? "off" : "reset",
1624 done = true;
1766 done = musb_host_packet_rx(musb, urb,
1768 dev_dbg(musb->controller, "read %spacket\n", done ? "last " : "");
1775 if (done) {
1943 /* DMA mapping was already done, if needed, and this urb is on
1944 * hep->urb_list now ... so we're done, unless hep wasn't yet
1954 /* Allocate and initialize qh, minimizing the work done each time
1989 goto done;
2111 done:
2207 goto done;
2211 goto done;
2244 done:
2281 * queue on hw_ep (e.g. bulk ring) when we're done.