EFX_PHY_CAP_AN
PHY_CAP_AN, (cap_mask >> EFX_PHY_CAP_AN) & 0x1);
mask |= (1 << EFX_PHY_CAP_AN);
if (~epp->ep_phy_cap_mask & (1 << EFX_PHY_CAP_AN))
if (epp->ep_phy_cap_mask & (1 << EFX_PHY_CAP_AN))
PHY_CAP_AN, (cap_mask >> EFX_PHY_CAP_AN) & 0x1);
mask |= (1 << EFX_PHY_CAP_AN);
if ((rc = sfxge_phy_cap_set(sp, EFX_PHY_CAP_AN, v8)) != 0)
phy_cap = EFX_PHY_CAP_AN;
*valp = sfxge_phy_dfl_cap_test64(sp, EFX_PHY_CAP_AN);
*valp = sfxge_phy_cur_cap_test64(sp, EFX_PHY_CAP_AN);
*valp = sfxge_phy_lp_cap_test64(sp, EFX_PHY_CAP_AN);
*v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_AN, NULL);