Lines Matching refs:tx_idx
579 pr_debug("%s: ch%d tx_skb %d tx_idx %d\n", ch->is->name, ch->bch.nr,
580 ch->bch.tx_skb ? ch->bch.tx_skb->len : -1, ch->bch.tx_idx);
595 count = ch->bch.tx_skb->len - ch->bch.tx_idx;
604 ptr = ch->bch.tx_skb->data + ch->bch.tx_idx;
605 if (!ch->bch.tx_idx) {
624 ch->bch.tx_idx += count;
676 pr_debug("%s: %s ch%d tx_skb %d tx_idx %d\n", ch->is->name, __func__,
678 ch->bch.tx_idx);
728 ch->bch.tx_idx))
738 ch->bch.tx_idx))