Searched refs:MC_CMD_PHY_CAP_BASER_FEC_LBN (Results 1 – 2 of 2) sorted by relevance
334 ret |= ((1 << MC_CMD_PHY_CAP_BASER_FEC_LBN) | in ethtool_fec_caps_to_mcdi()342 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()343 ret |= (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN) | in ethtool_fec_caps_to_mcdi()362 : caps & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN), in mcdi_fec_caps_to_ethtool()
3600 #define MC_CMD_PHY_CAP_BASER_FEC_LBN 16 macro