Lines Matching refs:tx_cnt
141 int tx_cnt; member
157 int tx_cnt; /* bytes to send */ member
359 (l1->tx_cnt <= 0)) { in dch_l2l1()
439 if (!bch->tx_skb && (bch->tx_cnt <= 0)) { in bch_l2l1()
604 bch->tx_cnt = 0; in bch_l2l1()
932 if (l1p->tx_cnt > 0) { in tx_d_frame()
933 cnt = l1p->tx_cnt; in tx_d_frame()
934 l1p->tx_cnt = 0; in tx_d_frame()
966 l1p->tx_cnt = skb->truesize; in tx_d_frame()
1014 bch->tx_cnt = 0; in tx_b_frame()
1033 cnt = skb->len - bch->tx_cnt; in tx_b_frame()
1036 cp = skb->data + bch->tx_cnt; in tx_b_frame()
1037 bch->tx_cnt += cnt; in tx_b_frame()
1060 if (bch->tx_cnt >= skb->len) { in tx_b_frame()
1067 bch->tx_cnt = 0; in tx_b_frame()