Symbol: PHY_MODE_TX_DISABLED
drivers/net/ethernet/sfc/efx_common.c
625
efx->phy_mode |= PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/efx_common.c
627
efx->phy_mode &= ~PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/falcon/efx.c
982
efx->phy_mode |= PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/falcon/efx.c
984
efx->phy_mode &= ~PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/falcon/mdio_10g.c
182
efx->phy_mode & PHY_MODE_TX_DISABLED);
drivers/net/ethernet/sfc/falcon/net_driver.h
608
return !!(mode & ~PHY_MODE_TX_DISABLED);
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
417
efx->phy_mode & PHY_MODE_TX_DISABLED ||
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
423
if (!(efx->phy_mode & PHY_MODE_TX_DISABLED) &&
drivers/net/ethernet/sfc/falcon/qt202x_phy.c
424
(phy_data->phy_mode & PHY_MODE_TX_DISABLED))
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
450
if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) {
drivers/net/ethernet/sfc/falcon/txc43128_phy.c
454
mode_change &= ~PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/mcdi_port_common.c
241
supported |= PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/mcdi_port_common.c
250
if (mode & PHY_MODE_TX_DISABLED)
drivers/net/ethernet/sfc/net_driver.h
756
return !!(mode & ~PHY_MODE_TX_DISABLED);
drivers/net/ethernet/sfc/siena/efx_common.c
636
efx->phy_mode |= PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/siena/efx_common.c
638
efx->phy_mode &= ~PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
242
supported |= PHY_MODE_TX_DISABLED;
drivers/net/ethernet/sfc/siena/mcdi_port_common.c
251
if (mode & PHY_MODE_TX_DISABLED)
drivers/net/ethernet/sfc/siena/net_driver.h
675
return !!(mode & ~PHY_MODE_TX_DISABLED);