Lines Matching refs:pstats

1135 static void pr_linux_stats(struct net_device_stats *pstats)  in pr_linux_stats()  argument
1139 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
1141 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats()
1143 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats()
1145 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats()
1148 (long)pstats->rx_length_errors, (long)pstats->rx_over_errors); in pr_linux_stats()
1150 (long)pstats->rx_crc_errors, (long)pstats->rx_frame_errors); in pr_linux_stats()
1152 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats()
1155 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats()
1157 (long)pstats->tx_fifo_errors, (long)pstats->tx_heartbeat_errors); in pr_linux_stats()
1159 (long)pstats->tx_window_errors); in pr_linux_stats()
1165 static void pr_mace_stats(mace_statistics *pstats) in pr_mace_stats() argument
1170 pstats->xmtsv, pstats->uflo); in pr_mace_stats()
1172 pstats->lcol, pstats->more); in pr_mace_stats()
1174 pstats->one, pstats->defer); in pr_mace_stats()
1176 pstats->lcar, pstats->rtry); in pr_mace_stats()
1180 pstats->exdef, pstats->xmtrc); in pr_mace_stats()
1184 pstats->oflo, pstats->clsn); in pr_mace_stats()
1186 pstats->fram, pstats->fcs); in pr_mace_stats()
1191 pstats->rfs_rntpc, pstats->rfs_rcvcc); in pr_mace_stats()
1195 pstats->jab, pstats->babl); in pr_mace_stats()
1197 pstats->cerr, pstats->rcvcco); in pr_mace_stats()
1199 pstats->rntpco, pstats->mpco); in pr_mace_stats()
1202 pr_debug(" mpc=%d\n", pstats->mpc); in pr_mace_stats()
1205 pr_debug(" rntpc=%d\n", pstats->rntpc); in pr_mace_stats()
1208 pr_debug(" rcvcc=%d\n", pstats->rcvcc); in pr_mace_stats()