Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
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()
Dnet_driver.h603 PHY_MODE_TX_DISABLED = 1, enumerator
611 return !!(mode & ~PHY_MODE_TX_DISABLED); in ef4_phy_mode_disabled()
Dmdio_10g.c185 efx->phy_mode & PHY_MODE_TX_DISABLED); in ef4_mdio_transmit_disable()
Defx.c995 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __ef4_reconfigure_port()
997 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __ef4_reconfigure_port()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h679 PHY_MODE_TX_DISABLED = 1, enumerator
687 return !!(mode & ~PHY_MODE_TX_DISABLED); in efx_phy_mode_disabled()
Dmcdi_port.c288 supported |= PHY_MODE_TX_DISABLED; in efx_get_mcdi_phy_flags()
297 if (mode & PHY_MODE_TX_DISABLED) in efx_get_mcdi_phy_flags()
Defx.c1054 efx->phy_mode |= PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()
1056 efx->phy_mode &= ~PHY_MODE_TX_DISABLED; in __efx_reconfigure_port()