Lines Matching refs:completed
520 * existing queue, processing completed "dma buffers" (segments) on the fly.
1007 bool completed = false;
1020 /* run through all completed BDs */
1022 (safe2ack || completed) && bd && i < NUM_RXCHAN_BD;
1028 if (!completed && (bd->hw_options & CPPI_OWN_SET))
1038 if ((bd->hw_options & CPPI_SOP_SET) && !completed)
1044 completed = true;
1046 if (!completed && len < bd->buflen) {
1052 completed = true;
1081 completed = true;
1110 completed ? ", completed" : "",
1115 if (!completed) {
1137 cppi_dump_rx(6, rx, completed ? "/completed" : "/cleaned");
1138 return completed;
1172 bool completed = false;
1199 /* run through all completed BDs */
1200 for (i = 0; !completed && bd && i < NUM_TXCHAN_BD;
1219 * processing of completed BDs, and possibly
1231 completed = true;
1235 if (completed) {
1278 /* all segments completed! */