Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drpm.c709 rsp->fec_uncorr_blks = (val_hi << 16 | val_lo); in rpm_get_fec_stats()
724 rsp->fec_uncorr_blks += (val_hi << 16 | val_lo); in rpm_get_fec_stats()
740 rsp->fec_uncorr_blks = (val_hi << 32 | val_lo); in rpm_get_fec_stats()
H A Dcgx.c782 rsp->fec_uncorr_blks += in cgx_get_fec_stats()
H A Dmbox.h530 u64 fec_uncorr_blks; member
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c202 u64 fec_corr_blks, fec_uncorr_blks; in otx2_get_ethtool_stats() local
228 fec_uncorr_blks = pfvf->hw.cgx_fec_uncorr_blks; in otx2_get_ethtool_stats()
242 fec_uncorr_blks = p->brfec_uncorr_blks; in otx2_get_ethtool_stats()
245 fec_uncorr_blks = p->rsfec_uncorr_cws; in otx2_get_ethtool_stats()
251 *(data++) = fec_uncorr_blks; in otx2_get_ethtool_stats()
H A Dotx2_common.c1724 pfvf->hw.cgx_fec_uncorr_blks += rsp->fec_uncorr_blks; in mbox_handler_cgx_fec_stats()