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

/linux-master/net/ethtool/
H A Dfec.c25 #define ETHTOOL_FEC_MASK ((ETHTOOL_FEC_LLRS << 1) - 1)
43 if (fec & ETHTOOL_FEC_LLRS)
63 fec->fec |= ETHTOOL_FEC_LLRS;
/linux-master/include/uapi/linux/
H A Dethtool.h1580 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1690 eth_fec |= ETHTOOL_FEC_LLRS;
1710 if (eth_fec & ETHTOOL_FEC_LLRS)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2911 fec->fec |= ETHTOOL_FEC_LLRS;
2924 fec->active_fec |= ETHTOOL_FEC_LLRS;
2964 else if (fec & ETHTOOL_FEC_LLRS)
2991 ((fec & ETHTOOL_FEC_LLRS) && !(fec_cfg & BNXT_FEC_ENC_LLRS_CAP)) ||
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c775 [MLX5E_FEC_LLRS_272_257_1] = ETHTOOL_FEC_LLRS,

Completed in 249 milliseconds