Lines Matching refs:eth_fec
1451 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local
1454 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
1456 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()
1459 if (!eth_fec) in fwcap_to_eth_fec()
1460 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()
1462 return eth_fec; in fwcap_to_eth_fec()
1468 unsigned int eth_fec = 0; in cc_to_eth_fec() local
1471 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()
1473 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
1475 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
1478 if (!eth_fec) in cc_to_eth_fec()
1479 eth_fec = ETHTOOL_FEC_OFF; in cc_to_eth_fec()
1481 return eth_fec; in cc_to_eth_fec()