Lines Matching refs:tx_put
168 int tx_put;
946 info->max_frame_size - info->tx_put));
950 memcpy(info->tx_buf + info->tx_put, buf, c);
953 info->tx_put += c;
954 if (info->tx_put >= info->max_frame_size)
955 info->tx_put -= info->max_frame_size;
1011 info->tx_buf[info->tx_put++] = ch;
1012 if (info->tx_put >= info->max_frame_size)
1013 info->tx_put -= info->max_frame_size;
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;
5466 info->tx_count = info->tx_put = info->tx_get = 0;