Searched refs:STATS_FLAGS_BOTH (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | bxe.c | 318 #define STATS_FLAGS_BOTH (STATS_FLAGS_FUNC | STATS_FLAGS_PORT) macro 322 8, STATS_FLAGS_BOTH, "rx_bytes" }, 324 8, STATS_FLAGS_BOTH, "rx_error_bytes" }, 326 8, STATS_FLAGS_BOTH, "rx_ucast_packets" }, 328 8, STATS_FLAGS_BOTH, "rx_mcast_packets" }, 330 8, STATS_FLAGS_BOTH, "rx_bcast_packets" }, 344 8, STATS_FLAGS_BOTH, "rx_discards" }, 364 8, STATS_FLAGS_BOTH, "tx_bytes" }, 368 8, STATS_FLAGS_BOTH, "tx_ucast_packets" }, 370 8, STATS_FLAGS_BOTH, "tx_mcast_packets" }, [all …]
|