Lines Matching refs:tx_get
169 int tx_get; member
1206 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
2259 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2731 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
4315 TwoBytes[0] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4316 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4317 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4318 TwoBytes[1] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4319 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4320 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4334 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()
4335 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4336 info->tx_get -= info->max_frame_size; in tx_load_fifo()
5490 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()