Lines Matching refs:tx_get
169 int tx_get; member
1197 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
2253 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2725 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
4309 TwoBytes[0] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4310 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4311 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4312 TwoBytes[1] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4313 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4314 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4328 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()
4329 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4330 info->tx_get -= info->max_frame_size; in tx_load_fifo()
5484 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()