Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_port_common.c36 cfg->supported_cap = in efx_mcdi_get_phy_cfg()
311 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() argument
321 (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) & supported_cap; in ethtool_fec_caps_to_mcdi()
323 supported_cap & (1 << MC_CMD_PHY_CAP_RS_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
327 if (supported_cap & (1 << MC_CMD_PHY_CAP_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
330 if (supported_cap & (1 << MC_CMD_PHY_CAP_25G_BASER_FEC_LBN)) in ethtool_fec_caps_to_mcdi()
369 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
506 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
539 mcdi_to_ethtool_linkset(phy_cfg->media, phy_cfg->supported_cap, in efx_mcdi_phy_get_link_ksettings()
584 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.c332 mcdi_to_ethtool_linkset(phy_data->media, phy_data->supported_cap, in ef100_phy_probe()
334 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
339 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in ef100_phy_probe()