Home
last modified time | relevance | path

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

/linux-5.19.10/net/ethtool/
Dfec.c35 *fec_auto = !!(fec & ETHTOOL_FEC_AUTO); in ethtool_fec_to_link_modes()
54 fec->fec |= ETHTOOL_FEC_AUTO; in ethtool_link_modes_to_fecparam()
/linux-5.19.10/drivers/net/netdevsim/
Dethtool.c136 if (fec == ETHTOOL_FEC_AUTO) in nsim_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/sfc/siena/
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-5.19.10/drivers/net/ethernet/sfc/
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()
658 fec->active_fec = ETHTOOL_FEC_AUTO; in efx_mcdi_phy_get_fecparam()
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/
Dfuneth_ethtool.c1067 fec |= ETHTOOL_FEC_AUTO; in to_ethtool_fec()
1094 case ETHTOOL_FEC_AUTO: in fun_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c797 case ETHTOOL_FEC_AUTO: in nfp_port_fec_ethtool_to_nsp()
816 result |= ETHTOOL_FEC_AUTO; in nfp_port_fec_nsp_to_ethtool()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
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-5.19.10/include/uapi/linux/
Dethtool.h1487 #define ETHTOOL_FEC_AUTO (1 << ETHTOOL_FEC_AUTO_BIT) macro
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/
Dprestera_ethtool.c696 fecparam->active_fec = ETHTOOL_FEC_AUTO; in prestera_ethtool_get_fecparam()
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1621 eth_fec |= ETHTOOL_FEC_AUTO; in loc_to_eth_fec()
1642 if (eth_fec & ETHTOOL_FEC_AUTO) in eth_to_loc_fec()
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c390 case ETHTOOL_FEC_AUTO: in ionic_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1874 eth_fec |= ETHTOOL_FEC_AUTO; in qede_link_to_ethtool_fec()
1891 if (eth_fec & ETHTOOL_FEC_AUTO) in qede_ethtool_to_link_fec()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1968 fec->fec |= ETHTOOL_FEC_AUTO; in bnxt_get_fecparam()
2044 if (((fec & ETHTOOL_FEC_AUTO) && !(fec_cfg & BNXT_FEC_AUTONEG_CAP)) || in bnxt_set_fecparam()
2050 if (fec & ETHTOOL_FEC_AUTO) { in bnxt_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1514 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()
1539 fec->fec |= ETHTOOL_FEC_AUTO; in cxgb4vf_get_fecparam()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c1037 case ETHTOOL_FEC_AUTO: in otx2_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c1019 case ETHTOOL_FEC_AUTO: in ice_set_fecparam()
1087 fecparam->fec |= ETHTOOL_FEC_AUTO; in ice_get_fecparam()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c751 return ETHTOOL_FEC_AUTO; in pplm2ethtool_fec()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1474 fecparam->fec |= ETHTOOL_FEC_AUTO; in i40e_get_fec_param()
1514 case ETHTOOL_FEC_AUTO: in i40e_set_fec_param()
/linux-5.19.10/Documentation/networking/
Dethtool-netlink.rst1391 This is equivalent to the ``ETHTOOL_FEC_AUTO`` bit of the ioctl interface.