Lines Matching refs:tx_pause
105 bool tx_pause; member
240 if (priv->tx_pause) in ftgmac100_config_pause()
999 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1010 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1012 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1015 tx_pause = priv->tx_pause; in ftgmac100_adjust_link()
1022 tx_pause == priv->tx_pause) in ftgmac100_adjust_link()
1034 priv->tx_pause = tx_pause; in ftgmac100_adjust_link()
1194 pause->tx_pause = priv->tx_pause; in ftgmac100_get_pauseparam()
1205 priv->tx_pause = pause->tx_pause; in ftgmac100_set_pauseparam()
1209 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1806 priv->tx_pause = true; in ftgmac100_probe()