Lines Matching refs:tx_pause
118 bool tx_pause; member
273 if (priv->tx_pause) in ftgmac100_config_pause()
1161 pause->tx_pause = priv->tx_pause; in ftgmac100_get_pauseparam()
1172 priv->tx_pause = pause->tx_pause; in ftgmac100_set_pauseparam()
1176 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1407 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1418 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1420 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1423 tx_pause = priv->tx_pause; in ftgmac100_adjust_link()
1430 tx_pause == priv->tx_pause) in ftgmac100_adjust_link()
1442 priv->tx_pause = tx_pause; in ftgmac100_adjust_link()
1894 priv->tx_pause = true; in ftgmac100_probe()