Lines Matching refs:tlen
491 * @tlen: total packet length (pbc + headers + data)
528 * user data portion of tlen should be precise. The sdma_txadd_* entrances
530 * specified in tlen have been supplied to the sdma_txreq.
542 u16 tlen,
549 if (tlen == 0)
551 if (tlen > MAX_SDMA_PKT_SIZE)
561 tx->packet_len = tlen;
562 tx->tlen = tx->packet_len;
580 * @tlen: total packet length (pbc + headers + data)
610 u16 tlen,
613 return sdma_txinit_ahg(tx, flags, tlen, 0, 0, NULL, 0, cb);
709 WARN_ON(len > tx->tlen);
711 tx->tlen -= len;
713 if (!tx->tlen) {