Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
Dethsw-ethtool.c30 #define ETHSW_NUM_COUNTERS ARRAY_SIZE(ethsw_ethtool_counters) macro
132 return ETHSW_NUM_COUNTERS; in ethsw_ethtool_get_sset_count()
145 for (i = 0; i < ETHSW_NUM_COUNTERS; i++) in ethsw_ethtool_get_strings()
160 sizeof(u64) * ETHSW_NUM_COUNTERS); in ethsw_ethtool_get_stats()
162 for (i = 0; i < ETHSW_NUM_COUNTERS; i++) { in ethsw_ethtool_get_stats()