Searched refs:ETHTOOL_FEC_RS (Results 1 – 18 of 18) sorted by relevance
39 if (fec & ETHTOOL_FEC_RS) in ethtool_fec_to_link_modes()59 fec->fec |= ETHTOOL_FEC_RS; in ethtool_link_modes_to_fecparam()
336 if (ethtool_cap & ETHTOOL_FEC_RS && in ethtool_fec_caps_to_mcdi()367 return (rs_req ? ETHTOOL_FEC_RS : 0) | in mcdi_fec_caps_to_ethtool()654 fec->active_fec = ETHTOOL_FEC_RS; in efx_siena_mcdi_phy_get_fecparam()
350 fec->active_fec = ETHTOOL_FEC_RS; in ionic_get_fecparam()357 fec->fec = ETHTOOL_FEC_OFF | ETHTOOL_FEC_RS | ETHTOOL_FEC_BASER; in ionic_get_fecparam()384 case ETHTOOL_FEC_RS: in ionic_set_fecparam()
335 if (ethtool_cap & ETHTOOL_FEC_RS && in ethtool_fec_caps_to_mcdi()366 return (rs_req ? ETHTOOL_FEC_RS : 0) | in mcdi_fec_caps_to_ethtool()649 fec->active_fec = ETHTOOL_FEC_RS; in efx_mcdi_phy_get_fecparam()
1009 ETHTOOL_FEC_RS, in otx2_get_fecparam()1010 ETHTOOL_FEC_BASER | ETHTOOL_FEC_RS}; in otx2_get_fecparam()1042 case ETHTOOL_FEC_RS: in otx2_set_fecparam()
1065 fec |= ETHTOOL_FEC_RS; in to_ethtool_fec()1109 case ETHTOOL_FEC_RS: in fun_set_fecparam()
768 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()787 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()808 if (eth_fec & ETHTOOL_FEC_RS) in eth_to_cc_fec()
220 .eth_fec = ETHTOOL_FEC_RS,
1575 #define ETHTOOL_FEC_RS (1 << ETHTOOL_FEC_RS_BIT) macro
1210 case ETHTOOL_FEC_RS: in nfp_port_fec_ethtool_to_nsp()1229 result |= ETHTOOL_FEC_RS; in nfp_port_fec_nsp_to_ethtool()
1974 fec->fec |= ETHTOOL_FEC_RS; in bnxt_get_fecparam()1985 fec->active_fec |= ETHTOOL_FEC_RS; in bnxt_get_fecparam()2027 else if (fec & ETHTOOL_FEC_RS) in bnxt_ethtool_forced_fec_to_fw()2055 ((fec & ETHTOOL_FEC_RS) && !(fec_cfg & BNXT_FEC_ENC_RS_CAP)) || in bnxt_set_fecparam()
1667 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()1687 if (eth_fec & ETHTOOL_FEC_RS) in eth_to_loc_fec()
3076 fec->fec = (ETHTOOL_FEC_RS | ETHTOOL_FEC_OFF); in lio_get_fecparam()3078 fec->active_fec = ETHTOOL_FEC_RS; in lio_get_fecparam()3099 else if (fec->fec & ETHTOOL_FEC_RS) in lio_set_fecparam()
740 [MLX5E_FEC_RS_528_514] = ETHTOOL_FEC_RS,741 [MLX5E_FEC_RS_544_514] = ETHTOOL_FEC_RS,
1872 eth_fec |= ETHTOOL_FEC_RS; in qede_link_to_ethtool_fec()1889 if (eth_fec & ETHTOOL_FEC_RS) in qede_ethtool_to_link_fec()
1196 case ETHTOOL_FEC_RS: in ice_set_fecparam()1243 fecparam->active_fec = ETHTOOL_FEC_RS; in ice_get_fecparam()1270 fecparam->fec |= ETHTOOL_FEC_RS; in ice_get_fecparam()
1497 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()1516 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
1569 fecparam->fec |= ETHTOOL_FEC_RS; in i40e_get_fec_param()1579 fecparam->active_fec = ETHTOOL_FEC_RS; in i40e_get_fec_param()1609 case ETHTOOL_FEC_RS: in i40e_set_fec_param()
Completed in 76 milliseconds