Lines Matching refs:tx_get
152 int tx_get; member
970 info->tx_count = info->tx_put = info->tx_get = 0; in tx_done()
1020 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get))); in tx_ready()
1023 write_reg(info, CHA + TXFIFO, *(info->tx_buf + info->tx_get)); in tx_ready()
1026 *((unsigned short*)(info->tx_buf + info->tx_get))); in tx_ready()
1029 info->tx_get = (info->tx_get + c) & (TXBUFSIZE - 1); in tx_ready()
1373 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_program_hw()
1675 info->tx_count = info->tx_put = info->tx_get = 0; in mgslpc_flush_buffer()
1913 info->tx_count = info->tx_put = info->tx_get = 0; in tx_abort()
3842 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()
3933 info->tx_get = 0; in hdlcdev_xmit()