Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dmcdi_port.c224 if (cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in mcdi_to_ethtool_cap()
255 result |= (1 << MC_CMD_PHY_CAP_AN_LBN); in ethtool_to_mcdi_cap()
373 if (caps & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
424 if (phy_data->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_probe()
456 if (~phy_cfg->supported_cap & (1 << MC_CMD_PHY_CAP_AN_LBN)) in efx_mcdi_phy_check_fcntl()
542 1 << MC_CMD_PHY_CAP_AN_LBN); in efx_mcdi_phy_set_settings()
Dmcdi_pcol.h2096 #define MC_CMD_PHY_CAP_AN_LBN 10 macro