Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/uapi/linux/
H A Dethtool.h1577 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1635 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT) macro
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A 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()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1685 eth_fec |= ETHTOOL_FEC_LLRS; in loc_to_eth_fec()
1705 if (eth_fec & ETHTOOL_FEC_LLRS) in eth_to_loc_fec()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c757 [MLX5E_FEC_LLRS_272_257_1] = ETHTOOL_FEC_LLRS,