Searched refs:is_25g (Results 1 – 2 of 2) sorted by relevance
357 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() argument361 baser = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN) in mcdi_fec_caps_to_ethtool()363 baser_req = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_REQUESTED_LBN) in mcdi_fec_caps_to_ethtool()620 bool is_25g = false; in efx_mcdi_phy_get_fecparam() local634 is_25g = speed == 25000 || speed == 50000; in efx_mcdi_phy_get_fecparam()637 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_mcdi_phy_get_fecparam()
45 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g);