Lines Matching refs:tx_put
168 int tx_put; member
960 info->max_frame_size - info->tx_put)); in write()
964 memcpy(info->tx_buf + info->tx_put, buf, c); in write()
967 info->tx_put += c; in write()
968 if (info->tx_put >= info->max_frame_size) in write()
969 info->tx_put -= info->max_frame_size; in write()
1025 info->tx_buf[info->tx_put++] = ch; in put_char()
1026 if (info->tx_put >= info->max_frame_size) in put_char()
1027 info->tx_put -= info->max_frame_size; in put_char()
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()
5490 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()