Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dmcdi_port_common.c183 if (cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in mcdi_to_ethtool_linkset()
227 result |= (1 << MC_CMD_PHY_CAP_AN_LBN); in ethtool_linkset_to_mcdi_cap()
384 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
463 if (caps & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
521 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
577 1 << MC_CMD_PHY_CAP_AN_LBN); in efx_mcdi_phy_set_link_ksettings()
696 1 << MC_CMD_PHY_CAP_AN_LBN); in efx_mcdi_phy_set_fecparam()
Def100_nic.c339 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in ef100_phy_probe()
Dmcdi_pcol.h3582 #define MC_CMD_PHY_CAP_AN_LBN 10 macro