Lines Matching refs:pstats
1132 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() argument
1136 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
1138 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats()
1140 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats()
1142 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats()
1145 (long)pstats->rx_length_errors, (long)pstats->rx_over_errors); in pr_linux_stats()
1147 (long)pstats->rx_crc_errors, (long)pstats->rx_frame_errors); in pr_linux_stats()
1149 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats()
1152 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats()
1154 (long)pstats->tx_fifo_errors, (long)pstats->tx_heartbeat_errors); in pr_linux_stats()
1156 (long)pstats->tx_window_errors); in pr_linux_stats()
1162 static void pr_mace_stats(mace_statistics *pstats) in pr_mace_stats() argument
1167 pstats->xmtsv, pstats->uflo); in pr_mace_stats()
1169 pstats->lcol, pstats->more); in pr_mace_stats()
1171 pstats->one, pstats->defer); in pr_mace_stats()
1173 pstats->lcar, pstats->rtry); in pr_mace_stats()
1177 pstats->exdef, pstats->xmtrc); in pr_mace_stats()
1181 pstats->oflo, pstats->clsn); in pr_mace_stats()
1183 pstats->fram, pstats->fcs); in pr_mace_stats()
1188 pstats->rfs_rntpc, pstats->rfs_rcvcc); in pr_mace_stats()
1192 pstats->jab, pstats->babl); in pr_mace_stats()
1194 pstats->cerr, pstats->rcvcco); in pr_mace_stats()
1196 pstats->rntpco, pstats->mpco); in pr_mace_stats()
1199 pr_debug(" mpc=%d\n", pstats->mpc); in pr_mace_stats()
1202 pr_debug(" rntpc=%d\n", pstats->rntpc); in pr_mace_stats()
1205 pr_debug(" rcvcc=%d\n", pstats->rcvcc); in pr_mace_stats()