Searched refs:MC_CMD_PHY_CAP_1000HDX_LBN (Results 1 – 2 of 2) sorted by relevance
211 if (cap & (1 << MC_CMD_PHY_CAP_1000HDX_LBN)) in mcdi_to_ethtool_cap()243 result |= (1 << MC_CMD_PHY_CAP_1000HDX_LBN); in ethtool_to_mcdi_cap()556 case 1000: caps = 1 << MC_CMD_PHY_CAP_1000HDX_LBN; break; in efx_mcdi_phy_set_settings()
2396 #define MC_CMD_PHY_CAP_1000HDX_LBN 5 macro