Searched refs:fec_stats (Results 1 – 13 of 13) sorted by relevance
214 struct ethtool_fec_stats *fec_stats) in efx_ethtool_get_fec_stats() argument219 efx->type->get_fec_stats(efx, fec_stats); in efx_ethtool_get_fec_stats()
1345 struct ethtool_fec_stats *fec_stats);
1751 struct ethtool_fec_stats *fec_stats) in efx_ef10_get_fec_stats() argument1759 fec_stats->corrected_blocks.total = in efx_ef10_get_fec_stats()1762 fec_stats->uncorrectable_blocks.total = in efx_ef10_get_fec_stats()
2468 } fec_stats[] = { variable2531 #define FEC_STATS_SIZE (ARRAY_SIZE(fec_stats) * sizeof(u64))2538 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_update_ethtool_stats()2539 fep->ethtool_stats[i] = readl(fep->hwp + fec_stats[i].offset); in fec_enet_update_ethtool_stats()2559 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_get_strings()2561 fec_stats[i].name, ETH_GSTRING_LEN); in fec_enet_get_strings()2573 return ARRAY_SIZE(fec_stats); in fec_enet_get_sset_count()2589 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_clear_ethtool_stats()2590 writel(0, fep->hwp + fec_stats[i].offset); in fec_enet_clear_ethtool_stats()
702 struct ethtool_fec_stats *fec_stats);
118 struct ethtool_fec_stats *fec_stats);
1589 struct ethtool_fec_stats *fec_stats) in mlx5e_get_fec_stats() argument1593 mlx5e_stats_fec_get(priv, fec_stats); in mlx5e_get_fec_stats()
1162 struct ethtool_fec_stats *fec_stats) in mlx5e_stats_fec_get() argument1178 fec_stats->corrected_bits.total = in mlx5e_stats_fec_get()
542 } fec_stats; member
232 struct fec_stats_s *p = &rsp->fwdata.phy.fec_stats; in otx2_get_ethtool_stats()
1955 struct ethtool_fec_stats *fec_stats) in bnxt_get_fec_stats() argument1964 fec_stats->corrected_bits.total = in bnxt_get_fec_stats()
79460 ffff800011205a60 d fec_stats
Completed in 364 milliseconds