Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx.c1093 static const struct nxp_c45_phy_stats common_hw_stats[] = { variable
1142 return ARRAY_SIZE(common_hw_stats) + (phy_data ? phy_data->n_stats : 0); in nxp_c45_get_sset_count()
1153 if (i < ARRAY_SIZE(common_hw_stats)) { in nxp_c45_get_strings()
1154 ethtool_puts(&data, common_hw_stats[i].name); in nxp_c45_get_strings()
1157 idx = i - ARRAY_SIZE(common_hw_stats); in nxp_c45_get_strings()
1173 if (i < ARRAY_SIZE(common_hw_stats)) { in nxp_c45_get_stats()
1174 reg_field = &common_hw_stats[i].counter; in nxp_c45_get_stats()
1176 idx = i - ARRAY_SIZE(common_hw_stats); in nxp_c45_get_stats()