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()
1512 info->tx_buf[info->tx_put++] = ch; in mgslpc_put_char()
1513 info->tx_put &= TXBUFSIZE-1; in mgslpc_put_char()
1590 TXBUFSIZE - info->tx_put)); in mgslpc_write()
1594 memcpy(info->tx_buf + info->tx_put, buf, c); in mgslpc_write()
1597 info->tx_put = (info->tx_put + c) & (TXBUFSIZE-1); in mgslpc_write()
1688 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_flush_buffer()
1926 info->tx_count = info->tx_put = info->tx_get = 0; in tx_abort()
3875 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()
3967 info->tx_put = info->tx_count = skb->len; in hdlcdev_xmit()