Lines Matching refs:idle_stats
496 info->idle_stats.frame_errs++; in cyy_chip_rx()
503 info->idle_stats.parity_errs++; in cyy_chip_rx()
516 info->idle_stats.overruns++; in cyy_chip_rx()
534 info->idle_stats.overruns++; in cyy_chip_rx()
551 info->idle_stats.recv_bytes++; in cyy_chip_rx()
557 info->idle_stats.recv_idle = jiffies; in cyy_chip_rx()
972 info->idle_stats.recv_bytes += len; in cyz_handle_rx()
982 info->idle_stats.recv_bytes++; in cyz_handle_rx()
998 info->idle_stats.recv_idle = jiffies; in cyz_handle_rx()
1368 memset((char *)&info->idle_stats, 0, sizeof(info->idle_stats)); in cy_startup()
1369 info->idle_stats.in_use = in cy_startup()
1370 info->idle_stats.recv_idle = in cy_startup()
1371 info->idle_stats.xmit_idle = jiffies; in cy_startup()
1798 info->idle_stats.xmit_bytes += ret; in cy_write()
1799 info->idle_stats.xmit_idle = jiffies; in cy_write()
1838 info->idle_stats.xmit_bytes++; in cy_put_char()
1839 info->idle_stats.xmit_idle = jiffies; in cy_put_char()
3960 (cur_jifs - info->idle_stats.in_use) / in cyclades_proc_show()
3961 HZ, info->idle_stats.xmit_bytes, in cyclades_proc_show()
3962 (cur_jifs - info->idle_stats.xmit_idle)/ in cyclades_proc_show()
3963 HZ, info->idle_stats.recv_bytes, in cyclades_proc_show()
3964 (cur_jifs - info->idle_stats.recv_idle)/ in cyclades_proc_show()
3965 HZ, info->idle_stats.overruns, in cyclades_proc_show()