Home
last modified time | relevance | path

Searched refs:ETHTOOL_FEC_NONE (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/net/netdevsim/
Dethtool.c138 fec |= ETHTOOL_FEC_NONE; in nsim_set_fecparam()
174 ns->ethtool.fec.fec = ETHTOOL_FEC_NONE; in nsim_ethtool_init()
175 ns->ethtool.fec.active_fec = ETHTOOL_FEC_NONE; in nsim_ethtool_init()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c824 return result ?: ETHTOOL_FEC_NONE; in nfp_port_fec_nsp_to_ethtool()
834 param->active_fec = ETHTOOL_FEC_NONE; in nfp_port_get_fecparam()
835 param->fec = ETHTOOL_FEC_NONE; in nfp_port_get_fecparam()
/linux-5.19.10/include/uapi/linux/
Dethtool.h1486 #define ETHTOOL_FEC_NONE (1 << ETHTOOL_FEC_NONE_BIT) macro
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c378 case ETHTOOL_FEC_NONE: in ionic_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1876 eth_fec |= ETHTOOL_FEC_NONE; in qede_link_to_ethtool_fec()
1893 if (eth_fec & ETHTOOL_FEC_NONE) in qede_ethtool_to_link_fec()
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/
Dfuneth_ethtool.c1059 fec |= ETHTOOL_FEC_NONE; in to_ethtool_fec()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c1019 fecparam->fec = ETHTOOL_FEC_NONE; in otx2_get_fecparam()
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c3067 fec->active_fec = ETHTOOL_FEC_NONE; in lio_get_fecparam()
3068 fec->fec = ETHTOOL_FEC_NONE; in lio_get_fecparam()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1963 fec->fec = ETHTOOL_FEC_NONE; in bnxt_get_fecparam()
1964 fec->active_fec = ETHTOOL_FEC_NONE; in bnxt_get_fecparam()
/linux-5.19.10/net/ethtool/
Dioctl.c2716 if (!fecparam.fec || fecparam.fec & ETHTOOL_FEC_NONE) in ethtool_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c1029 case ETHTOOL_FEC_NONE: in ice_set_fecparam()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c1526 case ETHTOOL_FEC_NONE: in i40e_set_fec_param()