Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dqt202x_phy.c420 efx->phy_mode & PHY_MODE_TX_DISABLED || in qt202x_phy_reconfigure()
426 if (!(efx->phy_mode & PHY_MODE_TX_DISABLED) && in qt202x_phy_reconfigure()
427 (phy_data->phy_mode & PHY_MODE_TX_DISABLED)) in qt202x_phy_reconfigure()
Dtxc43128_phy.c453 if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) { in txc43128_phy_reconfigure()
457 mode_change &= ~PHY_MODE_TX_DISABLED; in txc43128_phy_reconfigure()
Dmdio_10g.c185 efx->phy_mode & PHY_MODE_TX_DISABLED); in efx_mdio_transmit_disable()
Dnet_driver.h748 PHY_MODE_TX_DISABLED = 1, enumerator
756 return !!(mode & ~PHY_MODE_TX_DISABLED); in efx_phy_mode_disabled()
Dmcdi_port.c269 supported |= PHY_MODE_TX_DISABLED; in efx_get_mcdi_phy_flags()
278 if (mode & PHY_MODE_TX_DISABLED) in efx_get_mcdi_phy_flags()
Defx.c997 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
999 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()