Searched refs:nxp_c45_hw_stats (Results 1 – 1 of 1) sorted by relevance
588 static const struct nxp_c45_phy_stats nxp_c45_hw_stats[] = { variable617 return ARRAY_SIZE(nxp_c45_hw_stats); in nxp_c45_get_sset_count()624 for (i = 0; i < ARRAY_SIZE(nxp_c45_hw_stats); i++) { in nxp_c45_get_strings()626 nxp_c45_hw_stats[i].name, ETH_GSTRING_LEN); in nxp_c45_get_strings()636 for (i = 0; i < ARRAY_SIZE(nxp_c45_hw_stats); i++) { in nxp_c45_get_stats()637 ret = phy_read_mmd(phydev, nxp_c45_hw_stats[i].mmd, in nxp_c45_get_stats()638 nxp_c45_hw_stats[i].reg); in nxp_c45_get_stats()642 data[i] = ret & nxp_c45_hw_stats[i].mask; in nxp_c45_get_stats()643 data[i] >>= nxp_c45_hw_stats[i].off; in nxp_c45_get_stats()