Lines Matching refs:tx_put
168 int tx_put; member
951 info->max_frame_size - info->tx_put)); in write()
955 memcpy(info->tx_buf + info->tx_put, buf, c); in write()
958 info->tx_put += c; in write()
959 if (info->tx_put >= info->max_frame_size) in write()
960 info->tx_put -= info->max_frame_size; in write()
1016 info->tx_buf[info->tx_put++] = ch; in put_char()
1017 if (info->tx_put >= info->max_frame_size) in put_char()
1018 info->tx_put -= info->max_frame_size; in put_char()
1197 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
2253 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2725 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
5484 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()