Home
last modified time | relevance | path

Searched refs:eth_fec (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c714 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local
717 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() local
734 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 …]
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1451 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()
[all …]