Lines Matching refs:tx_count
288 int tx_count;
768 if (info->tx_count) {
770 if (!tx_load(info, info->tx_buf, info->tx_count))
772 info->tx_count = 0;
796 if (info->tx_count < info->max_frame_size) {
797 info->tx_buf[info->tx_count++] = ch;
882 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count));
884 if (info->tx_count <= 0 || tty->flow.stopped ||
891 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count))
892 info->tx_count = 0;
906 info->tx_count = 0;
941 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count))
942 info->tx_count = 0;