Lines Matching refs:xmit_cnt
621 if (!info->xmit_cnt) {
652 info->xmit_cnt--;
659 info->xmit_cnt--;
1017 if (info->xmit_cnt <= 0) /* Nothing to transmit */
1049 min_t(unsigned int, info->xmit_cnt,
1059 info->xmit_cnt -= small_count;
1064 while (info->xmit_cnt && char_count) {
1066 info->xmit_cnt--;
1366 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1677 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1782 c = min(count, (int)(SERIAL_XMIT_SIZE - info->xmit_cnt - 1));
1791 info->xmit_cnt += c;
1801 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped)
1830 if (info->xmit_cnt >= (int)(SERIAL_XMIT_SIZE - 1)) {
1837 info->xmit_cnt++;
1859 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
1883 ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
1901 info->line, info->xmit_cnt);
1903 return info->xmit_cnt;
1919 info->line, info->xmit_cnt + char_count);
1921 return info->xmit_cnt + char_count;
2499 if (!info->xmit_cnt) {
2508 if (!info->xmit_cnt) {