Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c238 struct fec_stats_s *p = &rsp->fwdata.phy.fec_stats; in otx2_get_ethtool_stats()
1287 struct ethtool_fec_stats *fec_stats) in otx2_get_fec_stats() argument
1295 fec_stats->corrected_blocks.total = pfvf->hw.cgx_fec_corr_blks; in otx2_get_fec_stats()
1296 fec_stats->uncorrectable_blocks.total = pfvf->hw.cgx_fec_uncorr_blks; in otx2_get_fec_stats()
1306 struct fec_stats_s *p = &rsp->fwdata.phy.fec_stats; in otx2_get_fec_stats()
1309 fec_stats->corrected_blocks.total = p->brfec_corr_blks; in otx2_get_fec_stats()
1310 fec_stats->uncorrectable_blocks.total = p->brfec_uncorr_blks; in otx2_get_fec_stats()
1312 fec_stats->corrected_blocks.total = p->rsfec_corr_cws; in otx2_get_fec_stats()
1313 fec_stats->uncorrectable_blocks.total = p->rsfec_uncorr_cws; in otx2_get_fec_stats()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool.c220 struct ethtool_fec_stats *fec_stats) in efx_ethtool_get_fec_stats() argument
225 efx->type->get_fec_stats(efx, fec_stats); in efx_ethtool_get_fec_stats()
H A Dnet_driver.h1389 struct ethtool_fec_stats *fec_stats);
H A Def10.c1764 struct ethtool_fec_stats *fec_stats) in efx_ef10_get_fec_stats() argument
1772 fec_stats->corrected_blocks.total = in efx_ef10_get_fec_stats()
1775 fec_stats->uncorrectable_blocks.total = in efx_ef10_get_fec_stats()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool.c220 struct ethtool_fec_stats *fec_stats) in efx_ethtool_get_fec_stats() argument
225 efx->type->get_fec_stats(efx, fec_stats); in efx_ethtool_get_fec_stats()
H A Dnet_driver.h1340 struct ethtool_fec_stats *fec_stats);
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c1310 fec_stats->corrected_blocks.lanes[(idx)] = \
1313 fec_stats->uncorrectable_blocks.lanes[(idx)] = \
1333 fec_stats->corrected_blocks.total = in fec_set_rs_stats()
1336 fec_stats->uncorrectable_blocks.total = in fec_set_rs_stats()
1342 struct ethtool_fec_stats *fec_stats) in fec_set_block_stats() argument
1362 fec_set_rs_stats(fec_stats, out); in fec_set_block_stats()
1370 struct ethtool_fec_stats *fec_stats) in fec_set_corrected_bits_total() argument
1383 fec_stats->corrected_bits.total = in fec_set_corrected_bits_total()
1390 struct ethtool_fec_stats *fec_stats) in mlx5e_stats_fec_get() argument
1395 fec_set_corrected_bits_total(priv, fec_stats); in mlx5e_stats_fec_get()
[all …]
H A Den_stats.h118 struct ethtool_fec_stats *fec_stats);
H A Den_ethtool.c1633 struct ethtool_fec_stats *fec_stats) in mlx5e_get_fec_stats() argument
1637 mlx5e_stats_fec_get(priv, fec_stats); in mlx5e_get_fec_stats()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c2699 hdev->fec_stats.per_lanes[i] += in hclge_parse_fec_stats_lanes()
2713 hdev->fec_stats.rs_corr_blocks += in hclge_parse_fec_stats()
2715 hdev->fec_stats.rs_uncorr_blocks += in hclge_parse_fec_stats()
2717 hdev->fec_stats.rs_error_blocks += in hclge_parse_fec_stats()
2719 hdev->fec_stats.base_r_corr_blocks += in hclge_parse_fec_stats()
2721 hdev->fec_stats.base_r_uncorr_blocks += in hclge_parse_fec_stats()
2769 fec_stats->corrected_blocks.total = hdev->fec_stats.rs_corr_blocks; in hclge_get_fec_stats_total()
2770 fec_stats->uncorrectable_blocks.total = in hclge_get_fec_stats_total()
2771 hdev->fec_stats.rs_uncorr_blocks; in hclge_get_fec_stats_total()
2783 hdev->fec_stats.base_r_lane_num); in hclge_get_fec_stats_lanes()
[all …]
H A Dhclge_main.h857 struct hclge_fec_stats fec_stats; member
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c2775 } fec_stats[] = { variable
2838 #define FEC_STATS_SIZE (ARRAY_SIZE(fec_stats) * sizeof(u64))
2855 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_update_ethtool_stats()
2856 fep->ethtool_stats[i] = readl(fep->hwp + fec_stats[i].offset); in fec_enet_update_ethtool_stats()
2918 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) { in fec_enet_get_strings()
2919 memcpy(data, fec_stats[i].name, ETH_GSTRING_LEN); in fec_enet_get_strings()
2941 count = ARRAY_SIZE(fec_stats) + XDP_STATS_TOTAL; in fec_enet_get_sset_count()
2961 for (i = 0; i < ARRAY_SIZE(fec_stats); i++) in fec_enet_clear_ethtool_stats()
2962 writel(0, fep->hwp + fec_stats[i].offset); in fec_enet_clear_ethtool_stats()
/openbmc/linux/include/linux/
H A Dethtool.h882 struct ethtool_fec_stats *fec_stats);
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h605 struct ethtool_fec_stats *fec_stats);
H A Dhns3_ethtool.c1663 struct ethtool_fec_stats *fec_stats) in hns3_get_fec_stats() argument
1672 ops->get_fec_stats(handle, fec_stats); in hns3_get_fec_stats()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1994 struct ethtool_fec_stats *fec_stats) in bnxt_get_fec_stats() argument
2003 fec_stats->corrected_bits.total = in bnxt_get_fec_stats()
2009 fec_stats->corrected_blocks.total = in bnxt_get_fec_stats()
2011 fec_stats->uncorrectable_blocks.total = in bnxt_get_fec_stats()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h620 } fec_stats; member