Searched refs:tja11xx_hw_stats (Results 1 – 1 of 1) sorted by relevance
84 static struct tja11xx_phy_stats tja11xx_hw_stats[] = { variable352 return ARRAY_SIZE(tja11xx_hw_stats); in tja11xx_get_sset_count()359 for (i = 0; i < ARRAY_SIZE(tja11xx_hw_stats); i++) { in tja11xx_get_strings()361 tja11xx_hw_stats[i].string, ETH_GSTRING_LEN); in tja11xx_get_strings()370 for (i = 0; i < ARRAY_SIZE(tja11xx_hw_stats); i++) { in tja11xx_get_stats()371 ret = phy_read(phydev, tja11xx_hw_stats[i].reg); in tja11xx_get_stats()375 data[i] = ret & tja11xx_hw_stats[i].mask; in tja11xx_get_stats()376 data[i] >>= tja11xx_hw_stats[i].off; in tja11xx_get_stats()