Home
last modified time | relevance | path

Searched refs:ETHTOOL_FEC_LLRS_BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dethtool.h1569 ETHTOOL_FEC_LLRS_BIT, enumerator
1577 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT)
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1627 ETHTOOL_FEC_LLRS_BIT, enumerator
1635 #define ETHTOOL_FEC_LLRS (1 << ETHTOOL_FEC_LLRS_BIT)
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1692 if (bitmap_weight(&fec_bitmap, ETHTOOL_FEC_LLRS_BIT + 1) > 1) in mlx5e_set_fecparam()