Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_port.c379 if (ethtool_cap & ETHTOOL_FEC_RS) in ethtool_fec_caps_to_mcdi()
406 return (rs_req ? ETHTOOL_FEC_RS : 0) | in mcdi_fec_caps_to_ethtool()
705 fec->active_fec = ETHTOOL_FEC_RS; in efx_mcdi_phy_get_fecparam()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c698 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
717 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
738 if (eth_fec & ETHTOOL_FEC_RS) in eth_to_cc_fec()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c701 case ETHTOOL_FEC_RS: in nfp_port_fec_ethtool_to_nsp()
720 result |= ETHTOOL_FEC_RS; in nfp_port_fec_nsp_to_ethtool()
/Linux-v5.4/include/uapi/linux/
Dethtool.h1329 #define ETHTOOL_FEC_RS (1 << ETHTOOL_FEC_RS_BIT) macro
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1325 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()
1346 if (eth_fec & ETHTOOL_FEC_RS) in eth_to_loc_fec()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_ethtool.c1029 case ETHTOOL_FEC_RS: in ice_set_fecparam()
1078 fecparam->active_fec = ETHTOOL_FEC_RS; in ice_get_fecparam()
1107 fecparam->fec |= ETHTOOL_FEC_RS; in ice_get_fecparam()
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c3068 fec->fec = (ETHTOOL_FEC_RS | ETHTOOL_FEC_OFF); in lio_get_fecparam()
3070 fec->active_fec = ETHTOOL_FEC_RS; in lio_get_fecparam()
3091 else if (fec->fec & ETHTOOL_FEC_RS) in lio_set_fecparam()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1499 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
1518 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1457 fecparam->fec |= ETHTOOL_FEC_RS; in i40e_get_fec_param()
1468 fecparam->active_fec = ETHTOOL_FEC_RS; in i40e_get_fec_param()
1494 case ETHTOOL_FEC_RS: in i40e_set_fec_param()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c648 [MLX5E_FEC_RS_528_514] = ETHTOOL_FEC_RS,