Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A 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()
H A 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()
H A Dnet_driver.h600 PHY_MODE_TX_DISABLED = 1, enumerator
608 return !!(mode & ~PHY_MODE_TX_DISABLED); in ef4_phy_mode_disabled()
H A Dmdio_10g.c182 efx->phy_mode & PHY_MODE_TX_DISABLED); in ef4_mdio_transmit_disable()
H A Defx.c982 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __ef4_reconfigure_port()
984 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __ef4_reconfigure_port()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h669 PHY_MODE_TX_DISABLED = 1, enumerator
677 return !!(mode & ~PHY_MODE_TX_DISABLED); in efx_phy_mode_disabled()
H A Defx_common.c636 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __efx_siena_reconfigure_port()
638 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __efx_siena_reconfigure_port()
H A Dmcdi_port_common.c242 supported |= PHY_MODE_TX_DISABLED; in efx_get_mcdi_phy_flags()
251 if (mode & PHY_MODE_TX_DISABLED) in efx_get_mcdi_phy_flags()
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h711 PHY_MODE_TX_DISABLED = 1, enumerator
719 return !!(mode & ~PHY_MODE_TX_DISABLED); in efx_phy_mode_disabled()
H A Defx_common.c625 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
627 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
H A Dmcdi_port_common.c241 supported |= PHY_MODE_TX_DISABLED; in efx_get_mcdi_phy_flags()
250 if (mode & PHY_MODE_TX_DISABLED) in efx_get_mcdi_phy_flags()