Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1421 struct mv643xx_eth_stats { struct
1436 static const struct mv643xx_eth_stats mv643xx_eth_stats[] = { argument
1691 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) { in mv643xx_eth_get_strings()
1693 mv643xx_eth_stats[i].stat_string, in mv643xx_eth_get_strings()
1709 for (i = 0; i < ARRAY_SIZE(mv643xx_eth_stats); i++) { in mv643xx_eth_get_ethtool_stats()
1710 const struct mv643xx_eth_stats *stat; in mv643xx_eth_get_ethtool_stats()
1713 stat = mv643xx_eth_stats + i; in mv643xx_eth_get_ethtool_stats()
1728 return ARRAY_SIZE(mv643xx_eth_stats); in mv643xx_eth_get_sset_count()