Searched refs:eth_fec (Results 1 – 3 of 3) sorted by relevance
205 u32 eth_fec; member210 .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()
765 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local768 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() local785 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 …]
1494 unsigned int eth_fec = 0; in fwcap_to_eth_fec() local1497 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() local1514 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 …]