Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/prestera/
Dprestera_ethtool.c205 u32 eth_fec; member
210 .eth_fec = ETHTOOL_FEC_OFF,
215 .eth_fec = ETHTOOL_FEC_BASER,
220 .eth_fec = ETHTOOL_FEC_RS,
696 fecparam->fec |= port_fec_caps[mode].eth_fec; in prestera_ethtool_get_fecparam()
700 fecparam->active_fec = port_fec_caps[active].eth_fec; in prestera_ethtool_get_fecparam()
727 if ((port_fec_caps[mode].eth_fec & fecparam->fec) && in prestera_ethtool_set_fecparam()
/drivers/net/ethernet/chelsio/cxgb4/
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 …]
/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1666 u32 eth_fec = 0; in loc_to_eth_fec() local
1669 eth_fec |= ETHTOOL_FEC_AUTO; in loc_to_eth_fec()
1671 eth_fec |= ETHTOOL_FEC_RS; in loc_to_eth_fec()
1673 eth_fec |= ETHTOOL_FEC_LLRS; in loc_to_eth_fec()
1675 eth_fec |= ETHTOOL_FEC_BASER; in loc_to_eth_fec()
1677 eth_fec |= ETHTOOL_FEC_OFF; in loc_to_eth_fec()
1679 return eth_fec; in loc_to_eth_fec()
1683 static unsigned int eth_to_loc_fec(unsigned int eth_fec) in eth_to_loc_fec() argument
1687 if (eth_fec & ETHTOOL_FEC_OFF) in eth_to_loc_fec()
1689 if (eth_fec & ETHTOOL_FEC_AUTO) in eth_to_loc_fec()
[all …]
/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1883 u32 eth_fec = 0; in qede_link_to_ethtool_fec() local
1886 eth_fec |= ETHTOOL_FEC_OFF; in qede_link_to_ethtool_fec()
1888 eth_fec |= ETHTOOL_FEC_BASER; in qede_link_to_ethtool_fec()
1890 eth_fec |= ETHTOOL_FEC_RS; in qede_link_to_ethtool_fec()
1892 eth_fec |= ETHTOOL_FEC_AUTO; in qede_link_to_ethtool_fec()
1894 eth_fec |= ETHTOOL_FEC_NONE; in qede_link_to_ethtool_fec()
1896 return eth_fec; in qede_link_to_ethtool_fec()
1899 static u32 qede_ethtool_to_link_fec(u32 eth_fec) in qede_ethtool_to_link_fec() argument
1903 if (eth_fec & ETHTOOL_FEC_OFF) in qede_ethtool_to_link_fec()
1905 if (eth_fec & ETHTOOL_FEC_BASER) in qede_ethtool_to_link_fec()
[all …]
/drivers/net/ethernet/chelsio/cxgb4vf/
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 |= ETHTOOL_FEC_BASER; in cc_to_eth_fec()
[all …]