Lines Matching refs:eth_fec
1494 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local
1497 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
1499 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()
1502 if (!eth_fec) in fwcap_to_eth_fec()
1503 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()
1505 return eth_fec; in fwcap_to_eth_fec()
1511 unsigned int eth_fec = 0; in cc_to_eth_fec() local
1514 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()
1516 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
1518 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
1521 if (!eth_fec) in cc_to_eth_fec()
1522 eth_fec = ETHTOOL_FEC_OFF; in cc_to_eth_fec()
1524 return eth_fec; in cc_to_eth_fec()