| /linux-6.15/net/ethtool/ |
| H A D | fec.c | 39 if (fec & ETHTOOL_FEC_RS) in ethtool_fec_to_link_modes() 59 fec->fec |= ETHTOOL_FEC_RS; in ethtool_link_modes_to_fecparam()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_port_common.c | 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()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | mcdi_port_common.c | 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() 638 fec->active_fec = ETHTOOL_FEC_RS; in efx_mcdi_phy_get_fecparam()
|
| /linux-6.15/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_ethtool.c | 405 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-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1008 ETHTOOL_FEC_RS, in otx2_get_fecparam() 1009 ETHTOOL_FEC_BASER | ETHTOOL_FEC_RS}; in otx2_get_fecparam() 1041 case ETHTOOL_FEC_RS: in otx2_set_fecparam()
|
| /linux-6.15/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_ethtool.c | 1062 fec |= ETHTOOL_FEC_RS; in to_ethtool_fec() 1106 case ETHTOOL_FEC_RS: in fun_set_fecparam()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 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()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 935 [MLX5E_FEC_RS_528_514] = ETHTOOL_FEC_RS, 936 [MLX5E_FEC_RS_544_514] = ETHTOOL_FEC_RS, 938 [MLX5E_FEC_RS_544_514_INTERLEAVED_QUAD] = ETHTOOL_FEC_RS,
|
| /linux-6.15/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_ethtool.c | 220 .eth_fec = ETHTOOL_FEC_RS,
|
| /linux-6.15/include/uapi/linux/ |
| H A D | ethtool.h | 1846 #define ETHTOOL_FEC_RS (1 << ETHTOOL_FEC_RS_BIT) macro
|
| /linux-6.15/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_ethtool.c | 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-6.15/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 1881 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-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 1669 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec() 1689 if (eth_fec & ETHTOOL_FEC_RS) in eth_to_loc_fec()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_ethtool.c | 1209 case ETHTOOL_FEC_RS: in nfp_port_fec_ethtool_to_nsp() 1228 result |= ETHTOOL_FEC_RS; in nfp_port_fec_nsp_to_ethtool()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 1599 case ETHTOOL_FEC_RS: in ice_set_fecparam() 1646 fecparam->active_fec = ETHTOOL_FEC_RS; in ice_get_fecparam() 1673 fecparam->fec |= ETHTOOL_FEC_RS; in ice_get_fecparam()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 3163 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-6.15/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 1497 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec() 1516 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 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()
|