Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Dqt202x_phy.c417 efx->phy_mode & PHY_MODE_TX_DISABLED || in qt202x_phy_reconfigure()
423 if (!(efx->phy_mode & PHY_MODE_TX_DISABLED) && in qt202x_phy_reconfigure()
424 (phy_data->phy_mode & PHY_MODE_TX_DISABLED)) in qt202x_phy_reconfigure()
Dtxc43128_phy.c450 if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) { in txc43128_phy_reconfigure()
454 mode_change &= ~PHY_MODE_TX_DISABLED; in txc43128_phy_reconfigure()
Dnet_driver.h600 PHY_MODE_TX_DISABLED = 1, enumerator
608 return !!(mode & ~PHY_MODE_TX_DISABLED); in ef4_phy_mode_disabled()
Dmdio_10g.c182 efx->phy_mode & PHY_MODE_TX_DISABLED); in ef4_mdio_transmit_disable()
Defx.c992 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __ef4_reconfigure_port()
994 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __ef4_reconfigure_port()
/drivers/net/ethernet/sfc/
Dnet_driver.h717 PHY_MODE_TX_DISABLED = 1, enumerator
725 return !!(mode & ~PHY_MODE_TX_DISABLED); in efx_phy_mode_disabled()
Defx_common.c628 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
630 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
Dmcdi_port_common.c243 supported |= PHY_MODE_TX_DISABLED; in efx_get_mcdi_phy_flags()
252 if (mode & PHY_MODE_TX_DISABLED) in efx_get_mcdi_phy_flags()