Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dnxp-tja11xx.c99 static struct tja11xx_phy_stats tja11xx_hw_stats[] = { variable
410 return ARRAY_SIZE(tja11xx_hw_stats); in tja11xx_get_sset_count()
417 for (i = 0; i < ARRAY_SIZE(tja11xx_hw_stats); i++) { in tja11xx_get_strings()
419 tja11xx_hw_stats[i].string, ETH_GSTRING_LEN); in tja11xx_get_strings()
428 for (i = 0; i < ARRAY_SIZE(tja11xx_hw_stats); i++) { in tja11xx_get_stats()
429 ret = phy_read(phydev, tja11xx_hw_stats[i].reg); in tja11xx_get_stats()
433 data[i] = ret & tja11xx_hw_stats[i].mask; in tja11xx_get_stats()
434 data[i] >>= tja11xx_hw_stats[i].off; in tja11xx_get_stats()