Lines Matching refs:tx_count
318 int tx_count; member
847 if (info->tx_count) { in write()
849 if (!tx_load(info, info->tx_buf, info->tx_count)) in write()
851 info->tx_count = 0; in write()
875 if (info->tx_count < info->max_frame_size) { in put_char()
876 info->tx_buf[info->tx_count++] = ch; in put_char()
961 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count)); in flush_chars()
963 if (info->tx_count <= 0 || tty->stopped || in flush_chars()
970 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in flush_chars()
971 info->tx_count = 0; in flush_chars()
985 info->tx_count = 0; in flush_buffer()
1020 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in tx_release()
1021 info->tx_count = 0; in tx_release()