Searched refs:MC_CMD_PHY_CAP_100HDX_LBN (Results 1 – 2 of 2) sorted by relevance
207 if (cap & (1 << MC_CMD_PHY_CAP_100HDX_LBN)) in mcdi_to_ethtool_cap()239 result |= (1 << MC_CMD_PHY_CAP_100HDX_LBN); in ethtool_to_mcdi_cap()555 case 100: caps = 1 << MC_CMD_PHY_CAP_100HDX_LBN; break; in efx_mcdi_phy_set_settings()
2082 #define MC_CMD_PHY_CAP_100HDX_LBN 3 macro