Searched refs:fec_uncorr_blks (Results 1 – 5 of 5) sorted by relevance
188 u64 fec_corr_blks, fec_uncorr_blks; in otx2_get_ethtool_stats() local214 fec_uncorr_blks = pfvf->hw.cgx_fec_uncorr_blks; in otx2_get_ethtool_stats()228 fec_uncorr_blks = p->brfec_uncorr_blks; in otx2_get_ethtool_stats()231 fec_uncorr_blks = p->rsfec_uncorr_cws; in otx2_get_ethtool_stats()237 *(data++) = fec_uncorr_blks; in otx2_get_ethtool_stats()
1866 pfvf->hw.cgx_fec_uncorr_blks += rsp->fec_uncorr_blks; in mbox_handler_cgx_fec_stats()
717 rsp->fec_uncorr_blks = (val_hi << 16 | val_lo); in rpm_get_fec_stats()732 rsp->fec_uncorr_blks += (val_hi << 16 | val_lo); in rpm_get_fec_stats()748 rsp->fec_uncorr_blks = (val_hi << 32 | val_lo); in rpm_get_fec_stats()
820 rsp->fec_uncorr_blks += in cgx_get_fec_stats()
553 u64 fec_uncorr_blks; member
Completed in 27 milliseconds