Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c695 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local
698 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
700 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()
703 if (!eth_fec) in fwcap_to_eth_fec()
704 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()
706 return eth_fec; in fwcap_to_eth_fec()
712 unsigned int eth_fec = 0; in cc_to_eth_fec() local
715 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()
717 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
719 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
[all …]
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1320 u32 eth_fec = 0; in loc_to_eth_fec() local
1323 eth_fec |= ETHTOOL_FEC_AUTO; in loc_to_eth_fec()
1325 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()
1327 eth_fec |= ETHTOOL_FEC_BASER; in loc_to_eth_fec()
1330 if (!eth_fec) in loc_to_eth_fec()
1331 eth_fec = ETHTOOL_FEC_OFF; in loc_to_eth_fec()
1333 return eth_fec; in loc_to_eth_fec()
1337 static unsigned int eth_to_loc_fec(unsigned int eth_fec) in eth_to_loc_fec() argument
1341 if (eth_fec & ETHTOOL_FEC_OFF) in eth_to_loc_fec()
1344 if (eth_fec & ETHTOOL_FEC_AUTO) in eth_to_loc_fec()
[all …]
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1496 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()
[all …]