Home
last modified time | relevance | path

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

/linux/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/include/uapi/linux/
A Dethtool.h1490 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_ethtool.c1935 fec->fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
1948 fec->active_fec |= ETHTOOL_FEC_LLRS; in bnxt_get_fecparam()
1977 else if (fec & ETHTOOL_FEC_LLRS) in bnxt_ethtool_forced_fec_to_fw()
2004 ((fec & ETHTOOL_FEC_LLRS) && !(fec_cfg & BNXT_FEC_ENC_LLRS_CAP)) || in bnxt_set_fecparam()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c703 [MLX5E_FEC_LLRS_272_257_1] = ETHTOOL_FEC_LLRS,

Completed in 194 milliseconds