• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/

Lines Matching defs:tx_count

172 	int			tx_count;
940 if (info->tx_count) {
943 tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
946 ret = info->tx_count = count;
953 min(info->max_frame_size - info->tx_count - 1,
964 info->tx_count += c;
974 ret = info->tx_count = 0;
977 tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
980 if (info->tx_count && !tty->stopped && !tty->hw_stopped) {
1018 if (info->tx_count < info->max_frame_size - 1) {
1022 info->tx_count++;
1134 ret = info->max_frame_size - info->tx_count - 1;
1154 printk( "%s(%d):%s flush_chars() entry tx_count=%d\n",
1155 __FILE__,__LINE__,info->device_name,info->tx_count);
1160 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped ||
1172 info->tx_count ) {
1177 info->tx_buf,info->tx_count);
1200 info->tx_count = info->tx_put = info->tx_get = 0;
1463 __FILE__, __LINE__, info->device_name, info->tx_count);
1465 return info->tx_count;
1619 info->tx_count = skb->len;
2270 info->tx_count = info->tx_put = info->tx_get = 0;
2330 printk("%s(%d):%s isr_txrdy() tx_count=%d\n",
2331 __FILE__,__LINE__,info->device_name,info->tx_count);
2346 if ( info->tx_count )
2354 if (info->tx_count < WAKEUP_CHARS)
2742 info->tx_count = info->tx_put = info->tx_get = 0;
4206 printk("%s(%d):%s tx_start() tx_count=%d\n",
4207 __FILE__,__LINE__, info->device_name,info->tx_count );
4215 if ( info->tx_count ) {
4306 if ( !info->tx_count && !info->x_char )
4311 while( info->tx_count && (read_reg(info,SR0) & BIT1) ) {
4316 if ( (info->tx_count > 1) && !info->x_char ) {
4327 info->tx_count -= 2;
4340 info->tx_count--;
5272 info->tx_count = count;
5488 info->tx_count = info->tx_put = info->tx_get = 0;