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