Lines Matching refs:pstats
1133 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() argument
1137 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
1139 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats()
1141 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats()
1143 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats()
1146 (long)pstats->rx_length_errors, (long)pstats->rx_over_errors); in pr_linux_stats()
1148 (long)pstats->rx_crc_errors, (long)pstats->rx_frame_errors); in pr_linux_stats()
1150 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats()
1153 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats()
1155 (long)pstats->tx_fifo_errors, (long)pstats->tx_heartbeat_errors); in pr_linux_stats()
1157 (long)pstats->tx_window_errors); in pr_linux_stats()
1163 static void pr_mace_stats(mace_statistics *pstats) in pr_mace_stats() argument
1168 pstats->xmtsv, pstats->uflo); in pr_mace_stats()
1170 pstats->lcol, pstats->more); in pr_mace_stats()
1172 pstats->one, pstats->defer); in pr_mace_stats()
1174 pstats->lcar, pstats->rtry); in pr_mace_stats()
1178 pstats->exdef, pstats->xmtrc); in pr_mace_stats()
1182 pstats->oflo, pstats->clsn); in pr_mace_stats()
1184 pstats->fram, pstats->fcs); in pr_mace_stats()
1189 pstats->rfs_rntpc, pstats->rfs_rcvcc); in pr_mace_stats()
1193 pstats->jab, pstats->babl); in pr_mace_stats()
1195 pstats->cerr, pstats->rcvcco); in pr_mace_stats()
1197 pstats->rntpco, pstats->mpco); in pr_mace_stats()
1200 pr_debug(" mpc=%d\n", pstats->mpc); in pr_mace_stats()
1203 pr_debug(" rntpc=%d\n", pstats->rntpc); in pr_mace_stats()
1206 pr_debug(" rcvcc=%d\n", pstats->rcvcc); in pr_mace_stats()