Lines Matching refs:tx_pause
105 bool tx_pause; member
237 if (priv->tx_pause) in ftgmac100_config_pause()
1115 pause->tx_pause = priv->tx_pause; in ftgmac100_get_pauseparam()
1126 priv->tx_pause = pause->tx_pause; in ftgmac100_set_pauseparam()
1130 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1361 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1372 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1374 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1377 tx_pause = priv->tx_pause; in ftgmac100_adjust_link()
1384 tx_pause == priv->tx_pause) in ftgmac100_adjust_link()
1396 priv->tx_pause = tx_pause; in ftgmac100_adjust_link()
1841 priv->tx_pause = true; in ftgmac100_probe()