Lines Matching refs:tx_pause
115 bool tx_pause; member
250 if (priv->tx_pause) in ftgmac100_config_pause()
1012 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1023 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1025 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1028 tx_pause = priv->tx_pause; in ftgmac100_adjust_link()
1035 tx_pause == priv->tx_pause) in ftgmac100_adjust_link()
1047 priv->tx_pause = tx_pause; in ftgmac100_adjust_link()
1209 pause->tx_pause = priv->tx_pause; in ftgmac100_get_pauseparam()
1220 priv->tx_pause = pause->tx_pause; in ftgmac100_set_pauseparam()
1232 if (pause->tx_pause) in ftgmac100_set_pauseparam()
1818 priv->tx_pause = true; in ftgmac100_probe()