Lines Matching refs:tx_count

170 	int			tx_count;  member
937 if (info->tx_count) { in write()
940 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
943 ret = info->tx_count = count; in write()
950 min(info->max_frame_size - info->tx_count - 1, in write()
961 info->tx_count += c; in write()
971 ret = info->tx_count = 0; in write()
974 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
977 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write()
1015 if (info->tx_count < info->max_frame_size - 1) { in put_char()
1019 info->tx_count++; in put_char()
1131 ret = info->max_frame_size - info->tx_count - 1; in write_room()
1152 __FILE__,__LINE__,info->device_name,info->tx_count); in flush_chars()
1157 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars()
1169 info->tx_count ) { in flush_chars()
1174 info->tx_buf,info->tx_count); in flush_chars()
1197 info->tx_count = info->tx_put = info->tx_get = 0; in flush_buffer()
1453 __FILE__, __LINE__, info->device_name, info->tx_count); in chars_in_buffer()
1455 return info->tx_count; in chars_in_buffer()
1609 info->tx_count = skb->len; in hdlcdev_xmit()
2253 info->tx_count = info->tx_put = info->tx_get = 0; in isr_txeom()
2314 __FILE__,__LINE__,info->device_name,info->tx_count); in isr_txrdy()
2329 if ( info->tx_count ) in isr_txrdy()
2337 if (info->tx_count < WAKEUP_CHARS) in isr_txrdy()
2725 info->tx_count = info->tx_put = info->tx_get = 0; in program_hw()
4198 __FILE__,__LINE__, info->device_name,info->tx_count ); in tx_start()
4206 if ( info->tx_count ) { in tx_start()
4297 if ( !info->tx_count && !info->x_char ) in tx_load_fifo()
4302 while( info->tx_count && (read_reg(info,SR0) & BIT1) ) { in tx_load_fifo()
4307 if ( (info->tx_count > 1) && !info->x_char ) { in tx_load_fifo()
4318 info->tx_count -= 2; in tx_load_fifo()
4331 info->tx_count--; in tx_load_fifo()
5268 info->tx_count = count; in loopback_test()
5484 info->tx_count = info->tx_put = info->tx_get = 0; in tx_timeout()