Searched refs:is_25g (Results 1 – 3 of 3) sorted by relevance
355 u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() argument359 baser = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN) in mcdi_fec_caps_to_ethtool()361 baser_req = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_REQUESTED_LBN) in mcdi_fec_caps_to_ethtool()618 bool is_25g = false; in efx_mcdi_phy_get_fecparam() local632 is_25g = speed == 25000 || speed == 50000; in efx_mcdi_phy_get_fecparam()635 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);
356 static u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() argument360 baser = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN) in mcdi_fec_caps_to_ethtool()362 baser_req = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_REQUESTED_LBN) in mcdi_fec_caps_to_ethtool()623 bool is_25g = false; in efx_siena_mcdi_phy_get_fecparam() local637 is_25g = speed == 25000 || speed == 50000; in efx_siena_mcdi_phy_get_fecparam()640 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_siena_mcdi_phy_get_fecparam()