Searched refs:NUM_PPORT_COUNTERS (Results 1 – 2 of 2) sorted by relevance
174 return NUM_VPORT_COUNTERS + NUM_PPORT_COUNTERS + in mlx5e_get_sset_count()204 for (i = 0; i < NUM_PPORT_COUNTERS; i++) in mlx5e_get_strings()242 for (i = 0; i < NUM_PPORT_COUNTERS; i++) in mlx5e_get_ethtool_stats()
209 #define NUM_PPORT_COUNTERS (NUM_IEEE_802_3_COUNTERS + \ macro