Lines Matching refs:tx_get
152 int tx_get; member
972 info->tx_count = info->tx_put = info->tx_get = 0; in tx_done()
1022 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get))); in tx_ready()
1025 write_reg(info, CHA + TXFIFO, *(info->tx_buf + info->tx_get)); in tx_ready()
1028 *((unsigned short*)(info->tx_buf + info->tx_get))); in tx_ready()
1031 info->tx_get = (info->tx_get + c) & (TXBUFSIZE - 1); in tx_ready()
1375 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_program_hw()
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()
3940 info->tx_get = 0; in hdlcdev_xmit()