Lines Matching refs:rx_pause
106 bool rx_pause; member
231 if (priv->rx_pause) in ftgmac100_config_pause()
996 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1007 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1009 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1011 rx_pause = priv->rx_pause; in ftgmac100_adjust_link()
1018 rx_pause == priv->rx_pause && in ftgmac100_adjust_link()
1030 priv->rx_pause = rx_pause; in ftgmac100_adjust_link()
1221 pause->rx_pause = priv->rx_pause; in ftgmac100_get_pauseparam()
1232 priv->rx_pause = pause->rx_pause; in ftgmac100_set_pauseparam()
1235 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1804 priv->rx_pause = true; in ftgmac100_probe()