Searched refs:eth_fec (Results 1 – 2 of 2) sorted by relevance
714 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local717 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()719 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()722 if (!eth_fec) in fwcap_to_eth_fec()723 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()725 return eth_fec; in fwcap_to_eth_fec()731 unsigned int eth_fec = 0; in cc_to_eth_fec() local734 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()736 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()738 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()[all …]
1451 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local1454 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() local1471 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()[all …]