Searched refs:supported_cap (Results 1 – 5 of 5) sorted by relevance
37 cfg->supported_cap = in efx_mcdi_get_phy_cfg()325 static u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() argument335 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()337 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()341 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()344 if (supported_cap & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()383 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()520 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_siena_mcdi_phy_probe()554 mcdi_to_ethtool_linkset(phy_cfg->media, phy_cfg->supported_cap, in efx_siena_mcdi_phy_get_link_ksettings()601 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_siena_mcdi_phy_set_link_ksettings()[all …]
20 u32 supported_cap; member
36 cfg->supported_cap = in efx_mcdi_get_phy_cfg()324 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() argument334 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()336 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()340 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()343 if (supported_cap & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()382 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()519 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()552 mcdi_to_ethtool_linkset(phy_cfg->media, phy_cfg->supported_cap, in efx_mcdi_phy_get_link_ksettings()597 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings()[all …]
20 u32 supported_cap; member44 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap);
77 return phy_data->supported_cap; in efx_mcdi_phy_get_caps()