Home
last modified time | relevance | path

Searched refs:ETHTOOL_FEC_RS (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_phylink.c88 fecparam->active_fec = ETHTOOL_FEC_RS; in fbnic_phylink_get_fecparam()
89 fecparam->fec = ETHTOOL_FEC_RS; in fbnic_phylink_get_fecparam()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c335 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()
638 fec->active_fec = ETHTOOL_FEC_RS; in efx_mcdi_phy_get_fecparam()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c336 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()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c405 fec->active_fec = ETHTOOL_FEC_RS; in ionic_get_fecparam()
412 fec->fec = ETHTOOL_FEC_OFF | ETHTOOL_FEC_RS | ETHTOOL_FEC_BASER; in ionic_get_fecparam()
439 case ETHTOOL_FEC_RS: in ionic_set_fecparam()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c1062 fec |= ETHTOOL_FEC_RS; in to_ethtool_fec()
1106 case ETHTOOL_FEC_RS: in fun_set_fecparam()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c956 [MLX5E_FEC_RS_528_514] = ETHTOOL_FEC_RS,
957 [MLX5E_FEC_RS_544_514] = ETHTOOL_FEC_RS,
959 [MLX5E_FEC_RS_544_514_INTERLEAVED_QUAD] = ETHTOOL_FEC_RS,
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c220 .eth_fec = ETHTOOL_FEC_RS,
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c321 /* ETHTOOL_FEC_RS */ in lio_get_link_ksettings()
3072 fec->fec = (ETHTOOL_FEC_RS | ETHTOOL_FEC_OFF); in lio_get_fecparam()
3074 fec->active_fec = ETHTOOL_FEC_RS; in lio_get_fecparam()
3095 else if (fec->fec & ETHTOOL_FEC_RS) in lio_set_fecparam()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1881 eth_fec |= ETHTOOL_FEC_RS; in qede_link_to_ethtool_fec()
1898 if (eth_fec & ETHTOOL_FEC_RS) in qede_ethtool_to_link_fec()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1209 case ETHTOOL_FEC_RS: in nfp_port_fec_ethtool_to_nsp()
1228 result |= ETHTOOL_FEC_RS; in nfp_port_fec_nsp_to_ethtool()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1609 case ETHTOOL_FEC_RS: in ice_set_fecparam()
1656 fecparam->active_fec = ETHTOOL_FEC_RS; in ice_get_fecparam()
1683 fecparam->fec |= ETHTOOL_FEC_RS; in ice_get_fecparam()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3163 fec->fec |= ETHTOOL_FEC_RS; in bnxt_get_fecparam()
3174 fec->active_fec |= ETHTOOL_FEC_RS; in bnxt_get_fecparam()
3216 else if (fec & ETHTOOL_FEC_RS) in bnxt_ethtool_forced_fec_to_fw()
3244 ((fec & ETHTOOL_FEC_RS) && !(fec_cfg & BNXT_FEC_ENC_RS_CAP)) || in bnxt_set_fecparam()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1570 fecparam->fec |= ETHTOOL_FEC_RS; in i40e_get_fec_param()
1580 fecparam->active_fec = ETHTOOL_FEC_RS; in i40e_get_fec_param()
1610 case ETHTOOL_FEC_RS: in i40e_set_fec_param()