Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c765 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local
768 eth_fec |= ETHTOOL_FEC_RS; in fwcap_to_eth_fec()
770 eth_fec |= ETHTOOL_FEC_BASER; in fwcap_to_eth_fec()
773 if (!eth_fec) in fwcap_to_eth_fec()
774 eth_fec = ETHTOOL_FEC_OFF; in fwcap_to_eth_fec()
776 return eth_fec; in fwcap_to_eth_fec()
782 unsigned int eth_fec = 0; in cc_to_eth_fec() local
785 eth_fec |= ETHTOOL_FEC_AUTO; in cc_to_eth_fec()
787 eth_fec |= ETHTOOL_FEC_RS; in cc_to_eth_fec()
789 eth_fec |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1681 u32 eth_fec = 0; in loc_to_eth_fec()
1684 eth_fec |= ETHTOOL_FEC_AUTO; in loc_to_eth_fec()
1686 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()
1688 eth_fec |= ETHTOOL_FEC_LLRS; in loc_to_eth_fec()
1690 eth_fec |= ETHTOOL_FEC_BASER; in loc_to_eth_fec()
1692 eth_fec |= ETHTOOL_FEC_OFF; in loc_to_eth_fec()
1694 return eth_fec; in loc_to_eth_fec()
1698 static unsigned int eth_to_loc_fec(unsigned int eth_fec)
1702 if (eth_fec & ETHTOOL_FEC_OFF) in eth_to_loc_fec()
1704 if (eth_fec in eth_to_loc_fec()
1682 u32 eth_fec = 0; loc_to_eth_fec() local
1699 eth_to_loc_fec(unsigned int eth_fec) eth_to_loc_fec() argument
[all...]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1494 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 | in cc_to_eth_fec()
[all...]