Searched refs:mv643xx_eth_stats (Results 1 – 1 of 1) sorted by relevance
1424 struct mv643xx_eth_stats { struct1439 static const struct mv643xx_eth_stats mv643xx_eth_stats[] = { argument1702 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) in mv643xx_eth_get_strings()1703 ethtool_puts(&data, mv643xx_eth_stats[i].stat_string); in mv643xx_eth_get_strings()1716 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) { in mv643xx_eth_get_ethtool_stats()1717 const struct mv643xx_eth_stats *stat; in mv643xx_eth_get_ethtool_stats()1720 stat = mv643xx_eth_stats + i; in mv643xx_eth_get_ethtool_stats()1735 return ARRAY_SIZE(mv643xx_eth_stats); in mv643xx_eth_get_sset_count()