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