Home
last modified time | relevance | path

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

/drivers/net/sfc/
Dxfp_phy.c135 if (!(efx->phy_mode & PHY_MODE_TX_DISABLED) && in xfp_phy_reconfigure()
136 (phy_data->phy_mode & PHY_MODE_TX_DISABLED)) in xfp_phy_reconfigure()
Dnet_driver.h607 PHY_MODE_TX_DISABLED = 1, enumerator
615 return !!(mode & ~PHY_MODE_TX_DISABLED); in efx_phy_mode_disabled()
Dmdio_10g.c223 efx->phy_mode & PHY_MODE_TX_DISABLED); in mdio_clause45_transmit_disable()
Defx.c580 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
582 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()