Lines Matching refs:idle_stats
498 info->idle_stats.frame_errs++; in cyy_chip_rx()
505 info->idle_stats.parity_errs++; in cyy_chip_rx()
518 info->idle_stats.overruns++; in cyy_chip_rx()
536 info->idle_stats.overruns++; in cyy_chip_rx()
553 info->idle_stats.recv_bytes++; in cyy_chip_rx()
559 info->idle_stats.recv_idle = jiffies; in cyy_chip_rx()
974 info->idle_stats.recv_bytes += len; in cyz_handle_rx()
984 info->idle_stats.recv_bytes++; in cyz_handle_rx()
1002 info->idle_stats.recv_idle = jiffies; in cyz_handle_rx()
1372 memset((char *)&info->idle_stats, 0, sizeof(info->idle_stats)); in cy_startup()
1373 info->idle_stats.in_use = in cy_startup()
1374 info->idle_stats.recv_idle = in cy_startup()
1375 info->idle_stats.xmit_idle = jiffies; in cy_startup()
1811 info->idle_stats.xmit_bytes += ret; in cy_write()
1812 info->idle_stats.xmit_idle = jiffies; in cy_write()
1851 info->idle_stats.xmit_bytes++; in cy_put_char()
1852 info->idle_stats.xmit_idle = jiffies; in cy_put_char()
3993 (cur_jifs - info->idle_stats.in_use) / in cyclades_proc_show()
3994 HZ, info->idle_stats.xmit_bytes, in cyclades_proc_show()
3995 (cur_jifs - info->idle_stats.xmit_idle)/ in cyclades_proc_show()
3996 HZ, info->idle_stats.recv_bytes, in cyclades_proc_show()
3997 (cur_jifs - info->idle_stats.recv_idle)/ in cyclades_proc_show()
3998 HZ, info->idle_stats.overruns, in cyclades_proc_show()