Lines Matching refs:tx_put
176 int tx_put; member
1214 info->tx_count = info->tx_put = info->tx_get = 0; in tx_done()
1613 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_program_hw()
1750 info->tx_buf[info->tx_put++] = ch; in mgslpc_put_char()
1751 info->tx_put &= TXBUFSIZE-1; in mgslpc_put_char()
1828 TXBUFSIZE - info->tx_put)); in mgslpc_write()
1833 COPY_FROM_USER(err, info->tx_buf + info->tx_put, buf, c); in mgslpc_write()
1840 memcpy(info->tx_buf + info->tx_put, buf, c); in mgslpc_write()
1843 info->tx_put = (info->tx_put + c) & (TXBUFSIZE-1); in mgslpc_write()
1934 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_flush_buffer()
2168 info->tx_count = info->tx_put = info->tx_get = 0; in tx_abort()
4364 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()
4502 info->tx_put = info->tx_count = skb->len; in mgslpc_sppp_tx()