Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c1099 static const struct nxp_c45_phy_stats common_hw_stats[] = { variable
1148 return ARRAY_SIZE(common_hw_stats) + (phy_data ? phy_data->n_stats : 0); in nxp_c45_get_sset_count()
1159 if (i < ARRAY_SIZE(common_hw_stats)) { in nxp_c45_get_strings()
1161 common_hw_stats[i].name, ETH_GSTRING_LEN); in nxp_c45_get_strings()
1164 idx = i - ARRAY_SIZE(common_hw_stats); in nxp_c45_get_strings()
1181 if (i < ARRAY_SIZE(common_hw_stats)) { in nxp_c45_get_stats()
1182 reg_field = &common_hw_stats[i].counter; in nxp_c45_get_stats()
1184 idx = i - ARRAY_SIZE(common_hw_stats); in nxp_c45_get_stats()