Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi_port.c397 static u32 mcdi_fec_caps_to_ethtool(u32 caps, bool is_25g) in mcdi_fec_caps_to_ethtool() argument
401 baser = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN) in mcdi_fec_caps_to_ethtool()
403 baser_req = is_25g ? caps & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_REQUESTED_LBN) in mcdi_fec_caps_to_ethtool()
676 bool is_25g = false; in efx_mcdi_phy_get_fecparam() local
690 is_25g = speed == 25000 || speed == 50000; in efx_mcdi_phy_get_fecparam()
693 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_mcdi_phy_get_fecparam()