Lines Matching refs:stats

752 	    "stats", CTLTYPE_INT | CTLFLAG_RW, sc, 0, sysctl_age_stats,
2039 /* Rx stats. */
2065 /* Tx stats. */
3193 struct age_stats *stats;
3206 stats = &sc->age_stat;
3209 (uintmax_t)stats->tx_frames);
3211 (uintmax_t)stats->tx_bcast_frames);
3213 (uintmax_t)stats->tx_mcast_frames);
3215 stats->tx_pause_frames);
3217 stats->tx_control_frames);
3219 stats->tx_excess_defer);
3221 stats->tx_deferred);
3223 (uintmax_t)stats->tx_bytes);
3225 (uintmax_t)stats->tx_bcast_bytes);
3227 (uintmax_t)stats->tx_mcast_bytes);
3229 (uintmax_t)stats->tx_pkts_64);
3231 (uintmax_t)stats->tx_pkts_65_127);
3233 (uintmax_t)stats->tx_pkts_128_255);
3235 (uintmax_t)stats->tx_pkts_256_511);
3237 (uintmax_t)stats->tx_pkts_512_1023);
3239 (uintmax_t)stats->tx_pkts_1024_1518);
3241 (uintmax_t)stats->tx_pkts_1519_max);
3243 stats->tx_single_colls);
3245 stats->tx_multi_colls);
3247 stats->tx_late_colls);
3249 stats->tx_excess_colls);
3251 stats->tx_underrun);
3253 stats->tx_desc_underrun);
3255 stats->tx_lenerrs);
3257 stats->tx_lenerrs);
3260 (uintmax_t)stats->rx_frames);
3262 (uintmax_t)stats->rx_bcast_frames);
3264 (uintmax_t)stats->rx_mcast_frames);
3266 stats->rx_pause_frames);
3268 stats->rx_control_frames);
3270 stats->rx_crcerrs);
3272 stats->rx_lenerrs);
3274 (uintmax_t)stats->rx_bytes);
3276 (uintmax_t)stats->rx_bcast_bytes);
3278 (uintmax_t)stats->rx_mcast_bytes);
3280 stats->rx_runts);
3282 (uintmax_t)stats->rx_fragments);
3284 (uintmax_t)stats->rx_pkts_64);
3286 (uintmax_t)stats->rx_pkts_65_127);
3288 (uintmax_t)stats->rx_pkts_128_255);
3290 (uintmax_t)stats->rx_pkts_256_511);
3292 (uintmax_t)stats->rx_pkts_512_1023);
3294 (uintmax_t)stats->rx_pkts_1024_1518);
3296 (uintmax_t)stats->rx_pkts_1519_max);
3298 (uint64_t)stats->rx_pkts_truncated);
3300 stats->rx_fifo_oflows);
3302 stats->rx_desc_oflows);
3304 stats->rx_alignerrs);
3306 (uint64_t)stats->rx_pkts_filtered);