EFX_PHY_CAP_100HDX
PHY_CAP_100HDX, (cap_mask >> EFX_PHY_CAP_100HDX) & 0x1,
mask |= (1 << EFX_PHY_CAP_100HDX);
PHY_CAP_100HDX, (cap_mask >> EFX_PHY_CAP_100HDX) & 0x1,
mask |= (1 << EFX_PHY_CAP_100HDX);
if ((rc = sfxge_phy_cap_set(sp, EFX_PHY_CAP_100HDX, v8)) != 0)
phy_cap = EFX_PHY_CAP_100HDX;
*valp = sfxge_phy_dfl_cap_test64(sp, EFX_PHY_CAP_100HDX);
*valp = sfxge_phy_cur_cap_test64(sp, EFX_PHY_CAP_100HDX);
*valp = sfxge_phy_lp_cap_test64(sp, EFX_PHY_CAP_100HDX);
*v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_100HDX, NULL);