Lines Matching refs:stats

834 		*val = rtlsp->stats.ipackets;  in rtls_m_stat()
837 *val = rtlsp->stats.rbytes; in rtls_m_stat()
840 *val = rtlsp->stats.opackets; in rtls_m_stat()
843 *val = rtlsp->stats.obytes; in rtls_m_stat()
846 *val = rtlsp->stats.rcv_err; in rtls_m_stat()
849 *val = rtlsp->stats.xmt_err; in rtls_m_stat()
852 *val = rtlsp->stats.multi_rcv; in rtls_m_stat()
855 *val = rtlsp->stats.brdcst_rcv; in rtls_m_stat()
858 *val = rtlsp->stats.multi_xmt; in rtls_m_stat()
861 *val = rtlsp->stats.brdcst_xmt; in rtls_m_stat()
864 *val = rtlsp->stats.underflow; in rtls_m_stat()
867 *val = rtlsp->stats.overflow; in rtls_m_stat()
870 *val = rtlsp->stats.no_rcvbuf; in rtls_m_stat()
873 *val = rtlsp->stats.collisions; in rtls_m_stat()
876 *val = rtlsp->stats.crc_err; in rtls_m_stat()
879 *val = rtlsp->stats.frame_err; in rtls_m_stat()
882 *val = rtlsp->stats.defer; in rtls_m_stat()
885 *val = rtlsp->stats.xmt_latecoll; in rtls_m_stat()
888 *val = rtlsp->stats.too_long; in rtls_m_stat()
891 *val = rtlsp->stats.in_short; in rtls_m_stat()
894 *val = rtlsp->stats.no_carrier; in rtls_m_stat()
897 *val = rtlsp->stats.firstcol; in rtls_m_stat()
900 *val = rtlsp->stats.multicol; in rtls_m_stat()
1003 rtlsp->stats.no_carrier++; in rtls_send()
1066 rtlsp->stats.xmt_err++; in rtls_send()
1067 rtlsp->stats.mac_xmt_err++; in rtls_send()
1073 rtlsp->stats.defer++; in rtls_send()
1090 rtlsp->stats.xmt_err++; in rtls_send()
1092 rtlsp->stats.underflow++; in rtls_send()
1094 rtlsp->stats.no_carrier++; in rtls_send()
1096 rtlsp->stats.xmt_latecoll++; in rtls_send()
1100 rtlsp->stats.collisions += ncc; in rtls_send()
1101 rtlsp->stats.firstcol++; in rtls_send()
1102 rtlsp->stats.multicol += ncc - 1; in rtls_send()
1120 rtlsp->stats.mac_xmt_err++; in rtls_send()
1121 rtlsp->stats.xmt_err++; in rtls_send()
1136 rtlsp->stats.brdcst_xmt++; in rtls_send()
1138 rtlsp->stats.multi_xmt++; in rtls_send()
1141 rtlsp->stats.opackets++; in rtls_send()
1142 rtlsp->stats.obytes += totlen; in rtls_send()
1266 rtlsp->stats.in_short++; in rtls_receive()
1268 rtlsp->stats.too_long++; in rtls_receive()
1270 rtlsp->stats.crc_err++; in rtls_receive()
1272 rtlsp->stats.frame_err++; in rtls_receive()
1332 rtlsp->stats.ipackets++; in rtls_receive()
1334 rtlsp->stats.brdcst_rcv++; in rtls_receive()
1336 rtlsp->stats.multi_rcv++; in rtls_receive()
1337 rtlsp->stats.rbytes += packet_len; in rtls_receive()
1339 rtlsp->stats.no_rcvbuf++; in rtls_receive()
1357 rtlsp->stats.ipackets++; in rtls_receive()
1359 rtlsp->stats.brdcst_rcv++; in rtls_receive()
1361 rtlsp->stats.multi_rcv++; in rtls_receive()
1362 rtlsp->stats.rbytes += packet_len; in rtls_receive()
1364 rtlsp->stats.no_rcvbuf++; in rtls_receive()
1464 rtlsp->stats.overflow++; in rtls_intr()
1465 rtlsp->stats.rcv_err++; in rtls_intr()
2066 (unsigned long long)rtlsp->stats.ipackets, in rtls_reg_print()
2067 (unsigned long long)rtlsp->stats.multi_rcv, in rtls_reg_print()
2068 (unsigned long long)rtlsp->stats.brdcst_rcv); in rtls_reg_print()