Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Dethtool.c214 struct ethtool_fec_stats *fec_stats) in efx_ethtool_get_fec_stats() argument
219 efx->type->get_fec_stats(efx, fec_stats); in efx_ethtool_get_fec_stats()
Dnet_driver.h1345 struct ethtool_fec_stats *fec_stats);
Def10.c1751 struct ethtool_fec_stats *fec_stats) in efx_ef10_get_fec_stats() argument
1759 fec_stats->corrected_blocks.total = in efx_ef10_get_fec_stats()
1762 fec_stats->uncorrectable_blocks.total = in efx_ef10_get_fec_stats()
/Linux-v5.15/drivers/net/ethernet/freescale/
Dfec_main.c2471 } fec_stats[] = { variable
2534 #define FEC_STATS_SIZE (ARRAY_SIZE(fec_stats) * sizeof(u64))
2541 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_update_ethtool_stats()
2542 fep->ethtool_stats[i] = readl(fep->hwp + fec_stats[i].offset); in fec_enet_update_ethtool_stats()
2562 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_get_strings()
2564 fec_stats[i].name, ETH_GSTRING_LEN); in fec_enet_get_strings()
2576 return ARRAY_SIZE(fec_stats); in fec_enet_get_sset_count()
2592 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_clear_ethtool_stats()
2593 writel(0, fep->hwp + fec_stats[i].offset); in fec_enet_clear_ethtool_stats()
/Linux-v5.15/include/linux/
Dethtool.h685 struct ethtool_fec_stats *fec_stats);
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h118 struct ethtool_fec_stats *fec_stats);
Den_ethtool.c1591 struct ethtool_fec_stats *fec_stats) in mlx5e_get_fec_stats() argument
1595 mlx5e_stats_fec_get(priv, fec_stats); in mlx5e_get_fec_stats()
Den_stats.c1152 struct ethtool_fec_stats *fec_stats) in mlx5e_stats_fec_get() argument
1168 fec_stats->corrected_bits.total = in mlx5e_stats_fec_get()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.h529 } fec_stats; member
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c226 struct fec_stats_s *p = &rsp->fwdata.phy.fec_stats; in otx2_get_ethtool_stats()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1953 struct ethtool_fec_stats *fec_stats) in bnxt_get_fec_stats() argument
1962 fec_stats->corrected_bits.total = in bnxt_get_fec_stats()