Searched refs:fec (Results 1 – 3 of 3) sorted by relevance
37 if (fec & ETHTOOL_FEC_OFF) in ethtool_fec_to_link_modes()39 if (fec & ETHTOOL_FEC_RS) in ethtool_fec_to_link_modes()51 memset(fec, 0, sizeof(*fec)); in ethtool_link_modes_to_fecparam()54 fec->fec |= ETHTOOL_FEC_AUTO; in ethtool_link_modes_to_fecparam()57 fec->fec |= ETHTOOL_FEC_OFF; in ethtool_link_modes_to_fecparam()59 fec->fec |= ETHTOOL_FEC_RS; in ethtool_link_modes_to_fecparam()61 fec->fec |= ETHTOOL_FEC_BASER; in ethtool_link_modes_to_fecparam()63 fec->fec |= ETHTOOL_FEC_LLRS; in ethtool_link_modes_to_fecparam()125 ethtool_fec_to_link_modes(fec.fec, data->fec_link_modes, in fec_prepare_data()251 ethtool_fec_to_link_modes(fec.fec, fec_link_modes, &fec_auto); in ethnl_set_fec()[all …]
10 tunnels.o fec.o eeprom.o stats.o phc_vclocks.o mm.o \
3161 if (!fecparam.fec || fecparam.fec & ETHTOOL_FEC_NONE) in ethtool_set_fecparam()
Completed in 9 milliseconds