Home
last modified time | relevance | path

Searched refs:NUM_PPORT_COUNTERS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c174 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()
Den.h209 #define NUM_PPORT_COUNTERS (NUM_IEEE_802_3_COUNTERS + \ macro