Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c331 if (ethtool_cap & ETHTOOL_FEC_AUTO) in ethtool_fec_caps_to_mcdi()
368 (baser == baser_req && rs == rs_req ? 0 : ETHTOOL_FEC_AUTO); in mcdi_fec_caps_to_ethtool()
647 fec->active_fec = ETHTOOL_FEC_AUTO; in efx_mcdi_phy_get_fecparam()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c332 if (ethtool_cap & ETHTOOL_FEC_AUTO) in ethtool_fec_caps_to_mcdi()
369 (baser == baser_req && rs == rs_req ? 0 : ETHTOOL_FEC_AUTO); in mcdi_fec_caps_to_ethtool()
663 fec->active_fec = ETHTOOL_FEC_AUTO; in efx_siena_mcdi_phy_get_fecparam()
/linux/drivers/net/netdevsim/
H A Dethtool.c161 if (fec == ETHTOOL_FEC_AUTO) in nsim_set_fecparam()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c785 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()
806 if (eth_fec & ETHTOOL_FEC_AUTO) in eth_to_cc_fec()
827 fec->fec |= ETHTOOL_FEC_AUTO; in get_fecparam()
/linux/include/uapi/linux/
H A Dethtool.h1860 #define ETHTOOL_FEC_AUTO (1 << ETHTOOL_FEC_AUTO_BIT) macro
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1684 eth_fec |= ETHTOOL_FEC_AUTO; in loc_to_eth_fec()
1704 if (eth_fec & ETHTOOL_FEC_AUTO) in eth_to_loc_fec()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1205 case ETHTOOL_FEC_AUTO: in nfp_port_fec_ethtool_to_nsp()
1224 result |= ETHTOOL_FEC_AUTO; in nfp_port_fec_nsp_to_ethtool()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3226 fec->fec |= ETHTOOL_FEC_AUTO; in bnxt_get_fecparam()
3362 if (((fec & ETHTOOL_FEC_AUTO) && !(fec_cfg & BNXT_FEC_AUTONEG_CAP)) || in bnxt_set_fecparam()
3368 if (fec & ETHTOOL_FEC_AUTO) { in bnxt_set_fecparam()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1594 case ETHTOOL_FEC_AUTO: in ice_set_fecparam()
1662 fecparam->fec |= ETHTOOL_FEC_AUTO; in ice_get_fecparam()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c995 return ETHTOOL_FEC_AUTO; in pplm2ethtool_fec()