Home
last modified time | relevance | path

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

/linux-6.15/net/ethtool/
H 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.15/include/uapi/linux/
H A Dethtool.h1848 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1671 eth_fec |= ETHTOOL_FEC_LLRS; in loc_to_eth_fec()
1691 if (eth_fec & ETHTOOL_FEC_LLRS) in eth_to_loc_fec()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3165 fec->fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
3178 fec->active_fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
3218 else if (fec & ETHTOOL_FEC_LLRS) in bnxt_ethtool_forced_fec_to_fw()
3245 ((fec & ETHTOOL_FEC_LLRS) && !(fec_cfg & BNXT_FEC_ENC_LLRS_CAP)) || in bnxt_set_fecparam()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c937 [MLX5E_FEC_LLRS_272_257_1] = ETHTOOL_FEC_LLRS,