Lines Matching refs:pstats

1137 static void pr_linux_stats(struct net_device_stats *pstats)  in pr_linux_stats()  argument
1141 (long)pstats->rx_packets, (long)pstats->tx_packets); in pr_linux_stats()
1143 (long)pstats->rx_errors, (long)pstats->tx_errors); in pr_linux_stats()
1145 (long)pstats->rx_dropped, (long)pstats->tx_dropped); in pr_linux_stats()
1147 (long)pstats->multicast, (long)pstats->collisions); in pr_linux_stats()
1150 (long)pstats->rx_length_errors, (long)pstats->rx_over_errors); in pr_linux_stats()
1152 (long)pstats->rx_crc_errors, (long)pstats->rx_frame_errors); in pr_linux_stats()
1154 (long)pstats->rx_fifo_errors, (long)pstats->rx_missed_errors); in pr_linux_stats()
1157 (long)pstats->tx_aborted_errors, (long)pstats->tx_carrier_errors); in pr_linux_stats()
1159 (long)pstats->tx_fifo_errors, (long)pstats->tx_heartbeat_errors); in pr_linux_stats()
1161 (long)pstats->tx_window_errors); in pr_linux_stats()
1167 static void pr_mace_stats(mace_statistics *pstats) in pr_mace_stats() argument
1172 pstats->xmtsv, pstats->uflo); in pr_mace_stats()
1174 pstats->lcol, pstats->more); in pr_mace_stats()
1176 pstats->one, pstats->defer); in pr_mace_stats()
1178 pstats->lcar, pstats->rtry); in pr_mace_stats()
1182 pstats->exdef, pstats->xmtrc); in pr_mace_stats()
1186 pstats->oflo, pstats->clsn); in pr_mace_stats()
1188 pstats->fram, pstats->fcs); in pr_mace_stats()
1193 pstats->rfs_rntpc, pstats->rfs_rcvcc); in pr_mace_stats()
1197 pstats->jab, pstats->babl); in pr_mace_stats()
1199 pstats->cerr, pstats->rcvcco); in pr_mace_stats()
1201 pstats->rntpco, pstats->mpco); in pr_mace_stats()
1204 pr_debug(" mpc=%d\n", pstats->mpc); in pr_mace_stats()
1207 pr_debug(" rntpc=%d\n", pstats->rntpc); in pr_mace_stats()
1210 pr_debug(" rcvcc=%d\n", pstats->rcvcc); in pr_mace_stats()