Searched refs:eth_fec (Results 1 – 3 of 3) sorted by relevance
695 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local698 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()700 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()703 if (!eth_fec) in fwcap_to_eth_fec()704 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()706 return eth_fec; in fwcap_to_eth_fec()712 unsigned int eth_fec = 0; in cc_to_eth_fec() local715 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()717 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()719 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()[all …]
1320 u32 eth_fec = 0; in loc_to_eth_fec() local1323 eth_fec |= ETHTOOL_FEC_AUTO; in loc_to_eth_fec()1325 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()1327 eth_fec |= ETHTOOL_FEC_BASER; in loc_to_eth_fec()1330 if (!eth_fec) in loc_to_eth_fec()1331 eth_fec = ETHTOOL_FEC_OFF; in loc_to_eth_fec()1333 return eth_fec; in loc_to_eth_fec()1337 static unsigned int eth_to_loc_fec(unsigned int eth_fec) in eth_to_loc_fec() argument1341 if (eth_fec & ETHTOOL_FEC_OFF) in eth_to_loc_fec()1344 if (eth_fec & ETHTOOL_FEC_AUTO) in eth_to_loc_fec()[all …]
1496 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local1499 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()1501 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()1504 if (!eth_fec) in fwcap_to_eth_fec()1505 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()1507 return eth_fec; in fwcap_to_eth_fec()1513 unsigned int eth_fec = 0; in cc_to_eth_fec() local1516 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()1518 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()1520 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()[all …]