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