Lines Matching defs:last
444 cppi_dump_rxbd("last", rx->last_processed);
467 * for all but the last one, maybe in two segments.
471 /* use two segments, autoreq "all" then the last "never" */
475 /* one segment, autoreq "all-but-last" */
618 * All BDs except maybe the last should be of full packet
619 * size; for RNDIS there _is_ only that last packet.
629 /* FIXME set EOP only on the last packet,
655 /* update the last BD enqueued to the list */
847 /* all but the last packet will be maxpacket size */
1006 struct cppi_descriptor *last = rx->last_processed;
1016 bd = last ? last->next : rx->head;
1076 cppi_bd_free(rx, last);
1077 last = bd;
1083 rx->last_processed = last;
1086 if (!acked && last) {
1092 cppi_bd_free(rx, last);
1103 musb_dbg(musb, "list%d %p/%p, last %llx%s, csr %04x",