Lines Matching refs:tlen
450 * @tlen: total packet length (pbc + headers + data)
487 * user data portion of tlen should be precise. The sdma_txadd_* entrances
489 * specified in tlen have been supplied to the sdma_txreq.
501 u16 tlen,
508 if (tlen == 0)
510 if (tlen > MAX_SDMA_PKT_SIZE)
520 tx->packet_len = tlen;
521 tx->tlen = tx->packet_len;
539 * @tlen: total packet length (pbc + headers + data)
569 u16 tlen,
572 return sdma_txinit_ahg(tx, flags, tlen, 0, 0, NULL, 0, cb);
668 WARN_ON(len > tx->tlen);
670 tx->tlen -= len;
672 if (!tx->tlen) {