Lines Matching refs:tx_get
152 int tx_get;
972 info->tx_count = info->tx_put = info->tx_get = 0;
1022 c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get)));
1025 write_reg(info, CHA + TXFIFO, *(info->tx_buf + info->tx_get));
1028 *((unsigned short*)(info->tx_buf + info->tx_get)));
1031 info->tx_get = (info->tx_get + c) & (TXBUFSIZE - 1);
1375 info->tx_count = info->tx_put = info->tx_get = 0;
1681 info->tx_count = info->tx_put = info->tx_get = 0;
1919 info->tx_count = info->tx_put = info->tx_get = 0;
3849 info->tx_count = info->tx_put = info->tx_get = 0;
3940 info->tx_get = 0;