Lines Matching refs:tx_put
151 int tx_put;
972 info->tx_count = info->tx_put = info->tx_get = 0;
1375 info->tx_count = info->tx_put = info->tx_get = 0;
1505 info->tx_buf[info->tx_put++] = ch;
1506 info->tx_put &= TXBUFSIZE-1;
1583 TXBUFSIZE - info->tx_put));
1587 memcpy(info->tx_buf + info->tx_put, buf, c);
1590 info->tx_put = (info->tx_put + c) & (TXBUFSIZE-1);
1681 info->tx_count = info->tx_put = info->tx_get = 0;
1919 info->tx_count = info->tx_put = info->tx_get = 0;
3849 info->tx_count = info->tx_put = info->tx_get = 0;
3941 info->tx_put = info->tx_count = skb->len;