Home
last modified time | relevance | path

Searched refs:adv_cap (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_phy.c256 uint32_t adv_cap; in sfxge_phy_cap_apply() local
265 efx_phy_adv_cap_get(enp, EFX_PHY_CAP_DEFAULT, &adv_cap); in sfxge_phy_cap_apply()
267 efx_phy_adv_cap_get(enp, EFX_PHY_CAP_CURRENT, &adv_cap); in sfxge_phy_cap_apply()
269 adv_cap |= smp->sm_phy_cap_to_set; in sfxge_phy_cap_apply()
271 adv_cap &= ~(smp->sm_phy_cap_to_unset); in sfxge_phy_cap_apply()
273 if ((err = efx_phy_adv_cap_set(enp, adv_cap)) != 0) { in sfxge_phy_cap_apply()
279 uint32_t requested = adv_cap; in sfxge_phy_cap_apply()
282 efx_phy_adv_cap_get(enp, EFX_PHY_CAP_DEFAULT, &adv_cap); in sfxge_phy_cap_apply()
283 if ((rc = efx_phy_adv_cap_set(enp, adv_cap)) != 0) in sfxge_phy_cap_apply()
290 adv_cap, in sfxge_phy_cap_apply()