Lines Matching refs:rx_pause
106 bool rx_pause; member
234 if (priv->rx_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()
1014 rx_pause = priv->rx_pause; in ftgmac100_adjust_link()
1021 rx_pause == priv->rx_pause && in ftgmac100_adjust_link()
1033 priv->rx_pause = rx_pause; in ftgmac100_adjust_link()
1224 pause->rx_pause = priv->rx_pause; in ftgmac100_get_pauseparam()
1235 priv->rx_pause = pause->rx_pause; in ftgmac100_set_pauseparam()
1238 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1820 priv->rx_pause = true; in ftgmac100_probe()