Searched refs:STATS_FLAGS_FUNC (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 79 #define STATS_FLAGS_FUNC 2 macro 80 #define STATS_FLAGS_BOTH (STATS_FLAGS_FUNC | STATS_FLAGS_PORT) 175 8, STATS_FLAGS_FUNC, "tpa_aggregations" }, 177 8, STATS_FLAGS_FUNC, "tpa_aggregated_frames"}, 179 8, STATS_FLAGS_FUNC, "tpa_bytes"}, 181 4, STATS_FLAGS_FUNC, "recoverable_errors" }, 183 4, STATS_FLAGS_FUNC, "unrecoverable_errors" }, 185 4, STATS_FLAGS_FUNC, "driver_filtered_tx_pkt" }, 3070 #define IS_FUNC_STAT(i) (bnx2x_stats_arr[i].flags & STATS_FLAGS_FUNC)
|