Lines Matching refs:tx_cnt
142 int tx_cnt; member
158 int tx_cnt; /* bytes to send */ member
360 (l1->tx_cnt <= 0)) { in dch_l2l1()
440 if (!bch->tx_skb && (bch->tx_cnt <= 0)) { in bch_l2l1()
605 bch->tx_cnt = 0; in bch_l2l1()
933 if (l1p->tx_cnt > 0) { in tx_d_frame()
934 cnt = l1p->tx_cnt; in tx_d_frame()
935 l1p->tx_cnt = 0; in tx_d_frame()
967 l1p->tx_cnt = skb->truesize; in tx_d_frame()
1015 bch->tx_cnt = 0; in tx_b_frame()
1034 cnt = skb->len - bch->tx_cnt; in tx_b_frame()
1037 cp = skb->data + bch->tx_cnt; in tx_b_frame()
1038 bch->tx_cnt += cnt; in tx_b_frame()
1061 if (bch->tx_cnt >= skb->len) { in tx_b_frame()
1068 bch->tx_cnt = 0; in tx_b_frame()