Lines Matching refs:stats

787 	struct ale_hw_stats *stats;
790 stats = &sc->ale_stats;
846 &stats->reset_brk_seq,
849 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
858 &stats->rx_frames, "Good frames");
860 &stats->rx_bcast_frames, "Good broadcast frames");
862 &stats->rx_mcast_frames, "Good multicast frames");
864 &stats->rx_pause_frames, "Pause control frames");
866 &stats->rx_control_frames, "Control frames");
868 &stats->rx_crcerrs, "CRC errors");
870 &stats->rx_lenerrs, "Frames with length mismatched");
872 &stats->rx_bytes, "Good octets");
874 &stats->rx_bcast_bytes, "Good broadcast octets");
876 &stats->rx_mcast_bytes, "Good multicast octets");
878 &stats->rx_runts, "Too short frames");
880 &stats->rx_fragments, "Fragmented frames");
882 &stats->rx_pkts_64, "64 bytes frames");
884 &stats->rx_pkts_65_127, "65 to 127 bytes frames");
886 &stats->rx_pkts_128_255, "128 to 255 bytes frames");
888 &stats->rx_pkts_256_511, "256 to 511 bytes frames");
890 &stats->rx_pkts_512_1023, "512 to 1023 bytes frames");
892 &stats->rx_pkts_1024_1518, "1024 to 1518 bytes frames");
894 &stats->rx_pkts_1519_max, "1519 to max frames");
896 &stats->rx_pkts_truncated, "Truncated frames due to MTU size");
898 &stats->rx_fifo_oflows, "FIFO overflows");
900 &stats->rx_rrs_errs, "Return status write-back errors");
902 &stats->rx_alignerrs, "Alignment errors");
904 &stats->rx_pkts_filtered,
912 &stats->tx_frames, "Good frames");
914 &stats->tx_bcast_frames, "Good broadcast frames");
916 &stats->tx_mcast_frames, "Good multicast frames");
918 &stats->tx_pause_frames, "Pause control frames");
920 &stats->tx_control_frames, "Control frames");
922 &stats->tx_excess_defer, "Frames with excessive derferrals");
924 &stats->tx_excess_defer, "Frames with derferrals");
926 &stats->tx_bytes, "Good octets");
928 &stats->tx_bcast_bytes, "Good broadcast octets");
930 &stats->tx_mcast_bytes, "Good multicast octets");
932 &stats->tx_pkts_64, "64 bytes frames");
934 &stats->tx_pkts_65_127, "65 to 127 bytes frames");
936 &stats->tx_pkts_128_255, "128 to 255 bytes frames");
938 &stats->tx_pkts_256_511, "256 to 511 bytes frames");
940 &stats->tx_pkts_512_1023, "512 to 1023 bytes frames");
942 &stats->tx_pkts_1024_1518, "1024 to 1518 bytes frames");
944 &stats->tx_pkts_1519_max, "1519 to max frames");
946 &stats->tx_single_colls, "Single collisions");
948 &stats->tx_multi_colls, "Multiple collisions");
950 &stats->tx_late_colls, "Late collisions");
952 &stats->tx_excess_colls, "Excessive collisions");
954 &stats->tx_underrun, "FIFO underruns");
956 &stats->tx_desc_underrun, "Descriptor write-back errors");
958 &stats->tx_lenerrs, "Frames with length mismatched");
960 &stats->tx_pkts_truncated, "Truncated frames due to MTU size");
2156 /* Rx stats. */
2182 /* Tx stats. */