Lines Matching refs:tx_pause
105 bool tx_pause; member
237 if (priv->tx_pause) in ftgmac100_config_pause()
996 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1007 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1009 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1012 tx_pause = priv->tx_pause; in ftgmac100_adjust_link()
1019 tx_pause == priv->tx_pause) in ftgmac100_adjust_link()
1031 priv->tx_pause = tx_pause; in ftgmac100_adjust_link()
1220 pause->tx_pause = priv->tx_pause; in ftgmac100_get_pauseparam()
1231 priv->tx_pause = pause->tx_pause; in ftgmac100_set_pauseparam()
1235 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1803 priv->tx_pause = true; in ftgmac100_probe()