Lines Matching refs:tx_get
169 int tx_get; member
1192 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
2234 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2706 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
4295 TwoBytes[0] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4296 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4297 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4298 TwoBytes[1] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4299 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4300 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4314 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()
4315 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4316 info->tx_get -= info->max_frame_size; in tx_load_fifo()
5470 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()