Searched refs:STATS_FLAGS_FUNC (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 317 #define STATS_FLAGS_FUNC 2 /* MF only cares about function stats */ macro 318 #define STATS_FLAGS_BOTH (STATS_FLAGS_FUNC | STATS_FLAGS_PORT) 406 8, STATS_FLAGS_FUNC, "tpa_aggregations" }, 408 8, STATS_FLAGS_FUNC, "tpa_aggregated_frames"}, 410 8, STATS_FLAGS_FUNC, "tpa_bytes"}, 414 4, STATS_FLAGS_FUNC, "rx_calls"}, 416 4, STATS_FLAGS_FUNC, "rx_pkts"}, 418 4, STATS_FLAGS_FUNC, "rx_tpa_pkts"}, 420 4, STATS_FLAGS_FUNC, "rx_erroneous_jumbo_sge_pkts"}, 422 4, STATS_FLAGS_FUNC, "rx_bxe_service_rxsgl"}, [all …]
|