Searched defs:STATS_FLAGS_FUNC (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c78 #define STATS_FLAGS_FUNC 2 macro
79 #define STATS_FLAGS_BOTH (STATS_FLAGS_FUNC | STATS_FLAGS_PORT)
174 8, STATS_FLAGS_FUNC, "tpa_aggregations" },
176 8, STATS_FLAGS_FUNC, "tpa_aggregated_frames"},
178 8, STATS_FLAGS_FUNC, "tpa_bytes"},
180 4, STATS_FLAGS_FUNC, "recoverable_errors" },
182 4, STATS_FLAGS_FUNC, "unrecoverable_errors" },
2208 #define IS_FUNC_STAT(i) (bnx2x_stats_arr[i].flags & STATS_FLAGS_FUNC)

Completed in 12 milliseconds