Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dfec.c25 #define ETHTOOL_FEC_MASK ((ETHTOOL_FEC_LLRS << 1) - 1)
43 if (fec & ETHTOOL_FEC_LLRS) in ethtool_fec_to_link_modes()
63 fec->fec |= ETHTOOL_FEC_LLRS; in ethtool_link_modes_to_fecparam()
/linux-6.3-rc2/include/uapi/linux/
A Dethtool.h1577 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ethtool.c1976 fec->fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
1989 fec->active_fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
2029 else if (fec & ETHTOOL_FEC_LLRS) in bnxt_ethtool_forced_fec_to_fw()
2056 ((fec & ETHTOOL_FEC_LLRS) && !(fec_cfg & BNXT_FEC_ENC_LLRS_CAP)) || in bnxt_set_fecparam()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_ethtool.c1669 eth_fec |= ETHTOOL_FEC_LLRS; in loc_to_eth_fec()
1689 if (eth_fec & ETHTOOL_FEC_LLRS) in eth_to_loc_fec()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c742 [MLX5E_FEC_LLRS_272_257_1] = ETHTOOL_FEC_LLRS,

Completed in 27 milliseconds