Home
last modified time | relevance | path

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

/linux/net/ethtool/
A Dfec.c39 if (fec & ETHTOOL_FEC_RS) in ethtool_fec_to_link_modes()
59 fec->fec |= ETHTOOL_FEC_RS; in ethtool_link_modes_to_fecparam()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_ethtool.c350 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()
/linux/drivers/net/ethernet/sfc/
A Dmcdi_port_common.c337 if (ethtool_cap & ETHTOOL_FEC_RS && in ethtool_fec_caps_to_mcdi()
368 return (rs_req ? ETHTOOL_FEC_RS : 0) | in mcdi_fec_caps_to_ethtool()
651 fec->active_fec = ETHTOOL_FEC_RS; in efx_mcdi_phy_get_fecparam()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_ethtool.c941 ETHTOOL_FEC_RS, in otx2_get_fecparam()
942 ETHTOOL_FEC_BASER | ETHTOOL_FEC_RS}; in otx2_get_fecparam()
974 case ETHTOOL_FEC_RS: in otx2_set_fecparam()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_ethtool.c791 case ETHTOOL_FEC_RS: in nfp_port_fec_ethtool_to_nsp()
810 result |= ETHTOOL_FEC_RS; in nfp_port_fec_nsp_to_ethtool()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c768 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/include/uapi/linux/
A Dethtool.h1488 #define ETHTOOL_FEC_RS (1 << ETHTOOL_FEC_RS_BIT) macro
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_ethtool.c220 .eth_fec = ETHTOOL_FEC_RS,
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ethtool.c1933 fec->fec |= ETHTOOL_FEC_RS; in bnxt_get_fecparam()
1944 fec->active_fec |= ETHTOOL_FEC_RS; in bnxt_get_fecparam()
1975 else if (fec & ETHTOOL_FEC_RS) in bnxt_ethtool_forced_fec_to_fw()
2003 ((fec & ETHTOOL_FEC_RS) && !(fec_cfg & BNXT_FEC_ENC_RS_CAP)) || in bnxt_set_fecparam()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1507 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()
1528 if (eth_fec & ETHTOOL_FEC_RS) in eth_to_loc_fec()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c701 [MLX5E_FEC_RS_528_514] = ETHTOOL_FEC_RS,
702 [MLX5E_FEC_RS_544_514] = ETHTOOL_FEC_RS,
/linux/drivers/net/ethernet/intel/ice/
A Dice_ethtool.c1023 case ETHTOOL_FEC_RS: in ice_set_fecparam()
1071 fecparam->active_fec = ETHTOOL_FEC_RS; in ice_get_fecparam()
1100 fecparam->fec |= ETHTOOL_FEC_RS; in ice_get_fecparam()
/linux/drivers/net/ethernet/cavium/liquidio/
A Dlio_ethtool.c3071 fec->fec = (ETHTOOL_FEC_RS | ETHTOOL_FEC_OFF); in lio_get_fecparam()
3073 fec->active_fec = ETHTOOL_FEC_RS; in lio_get_fecparam()
3094 else if (fec->fec & ETHTOOL_FEC_RS) in lio_set_fecparam()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_ethtool.c1855 eth_fec |= ETHTOOL_FEC_RS; in qede_link_to_ethtool_fec()
1872 if (eth_fec & ETHTOOL_FEC_RS) in qede_ethtool_to_link_fec()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
A Dcxgb4vf_main.c1497 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
1516 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c1471 fecparam->fec |= ETHTOOL_FEC_RS; in i40e_get_fec_param()
1481 fecparam->active_fec = ETHTOOL_FEC_RS; in i40e_get_fec_param()
1511 case ETHTOOL_FEC_RS: in i40e_set_fec_param()

Completed in 67 milliseconds