PHY_MODE_LOW_POWER
efx->phy_mode |= PHY_MODE_LOW_POWER;
efx->phy_mode & PHY_MODE_LOW_POWER ||
efx->phy_mode &= ~PHY_MODE_LOW_POWER;
efx, !!(efx->phy_mode & PHY_MODE_LOW_POWER),
if (!(efx->phy_mode & PHY_MODE_LOW_POWER))
if (!(efx->phy_mode & PHY_MODE_LOW_POWER)) {
!!(efx->phy_mode & PHY_MODE_LOW_POWER),
if (mode_change & PHY_MODE_LOW_POWER)
supported |= PHY_MODE_LOW_POWER;
if (mode & PHY_MODE_LOW_POWER)
efx->phy_mode &= ~PHY_MODE_LOW_POWER;
supported |= PHY_MODE_LOW_POWER;
if (mode & PHY_MODE_LOW_POWER)
efx->phy_mode &= ~PHY_MODE_LOW_POWER;