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