Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_port_common.c36 cfg->supported_cap = in efx_mcdi_get_phy_cfg()
326 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() argument
336 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()
338 supported_cap & (1 << MC_CMD_PHY_CAP_RS_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()
345 if (supported_cap & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
384 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
521 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
554 mcdi_to_ethtool_linkset(phy_cfg->media, phy_cfg->supported_cap, in efx_mcdi_phy_get_link_ksettings()
599 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings()
[all …]
Dmcdi_port_common.h20 u32 supported_cap; member
44 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap);
Dmcdi_port.c77 return phy_data->supported_cap; in efx_mcdi_phy_get_caps()
Def100_nic.c344 mcdi_to_ethtool_linkset(phy_data->media, phy_data->supported_cap, in ef100_phy_probe()
346 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
351 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in ef100_phy_probe()