Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
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.6.21/include/uapi/linux/
Dethtool.h1577 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c1971 fec->fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
1984 fec->active_fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
2024 else if (fec & ETHTOOL_FEC_LLRS) in bnxt_ethtool_forced_fec_to_fw()
2051 ((fec & ETHTOOL_FEC_LLRS) && !(fec_cfg & BNXT_FEC_ENC_LLRS_CAP)) || in bnxt_set_fecparam()
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1670 eth_fec |= ETHTOOL_FEC_LLRS; in loc_to_eth_fec()
1690 if (eth_fec & ETHTOOL_FEC_LLRS) in eth_to_loc_fec()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c747 [MLX5E_FEC_LLRS_272_257_1] = ETHTOOL_FEC_LLRS,