Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.h748 #define GEM_STATS_LEN ARRAY_SIZE(gem_statistics) macro
839 u64 ethtool_stats[GEM_STATS_LEN];
Dmacb.c1937 for (i = 0; i < GEM_STATS_LEN; ++i, ++p) { in gem_update_stats()
1998 memcpy(data, &bp->ethtool_stats, sizeof(u64) * GEM_STATS_LEN); in gem_get_ethtool_stats()
2005 return GEM_STATS_LEN; in gem_get_sset_count()
2017 for (i = 0; i < GEM_STATS_LEN; i++, p += ETH_GSTRING_LEN) in gem_get_ethtool_strings()