Lines Matching refs:tx_get
169 int tx_get; member
1192 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
2230 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2702 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
4291 TwoBytes[0] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4292 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4293 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4294 TwoBytes[1] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4295 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4296 info->tx_get -= info->max_frame_size; in tx_load_fifo()
4310 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()
4311 if (info->tx_get >= info->max_frame_size) in tx_load_fifo()
4312 info->tx_get -= info->max_frame_size; in tx_load_fifo()
5466 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()