Lines Matching refs:eth_fec
1496 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local
1499 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() local
1516 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()
1523 if (!eth_fec) in cc_to_eth_fec()
1524 eth_fec = ETHTOOL_FEC_OFF; in cc_to_eth_fec()
1526 return eth_fec; in cc_to_eth_fec()