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