Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.h744 #define GEM_STATS_LEN ARRAY_SIZE(gem_statistics) macro
829 u64 ethtool_stats[GEM_STATS_LEN];
Dmacb.c1873 for (i = 0; i < GEM_STATS_LEN; ++i, ++p) { in gem_update_stats()
1934 memcpy(data, &bp->ethtool_stats, sizeof(u64) * GEM_STATS_LEN); in gem_get_ethtool_stats()
1941 return GEM_STATS_LEN; in gem_get_sset_count()
1953 for (i = 0; i < GEM_STATS_LEN; i++, p += ETH_GSTRING_LEN) in gem_get_ethtool_strings()