Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_port.c229 if (cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in mcdi_to_ethtool_linkset()
269 result |= (1 << MC_CMD_PHY_CAP_AN_LBN); in ethtool_linkset_to_mcdi_cap()
448 if (caps & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
506 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
540 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
630 1 << MC_CMD_PHY_CAP_AN_LBN); in efx_mcdi_phy_set_link_ksettings()
733 1 << MC_CMD_PHY_CAP_AN_LBN); in efx_mcdi_phy_set_fecparam()
Dmcdi_pcol.h3009 #define MC_CMD_PHY_CAP_AN_LBN 10 macro