Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c244 static const struct ag71xx_statistic ag71xx_statistics[] = { variable
506 for (i = 0; i < ARRAY_SIZE(ag71xx_statistics); i++) in ag71xx_ethtool_get_strings()
508 ag71xx_statistics[i].name, ETH_GSTRING_LEN); in ag71xx_ethtool_get_strings()
522 for (i = 0; i < ARRAY_SIZE(ag71xx_statistics); i++) in ag71xx_ethtool_get_stats()
523 *data++ = ag71xx_rr(ag, ag71xx_statistics[i].offset) in ag71xx_ethtool_get_stats()
524 & ag71xx_statistics[i].mask; in ag71xx_ethtool_get_stats()
531 return ARRAY_SIZE(ag71xx_statistics); in ag71xx_ethtool_get_sset_count()