Lines Matching refs:rx_pause
104 bool rx_pause; member
232 if (priv->rx_pause) in ftgmac100_config_pause()
997 bool tx_pause, rx_pause; in ftgmac100_adjust_link() local
1008 rx_pause = tx_pause = phydev->pause; in ftgmac100_adjust_link()
1010 tx_pause = !rx_pause; in ftgmac100_adjust_link()
1012 rx_pause = priv->rx_pause; in ftgmac100_adjust_link()
1019 rx_pause == priv->rx_pause && in ftgmac100_adjust_link()
1031 priv->rx_pause = rx_pause; in ftgmac100_adjust_link()
1194 pause->rx_pause = priv->rx_pause; in ftgmac100_get_pauseparam()
1205 priv->rx_pause = pause->rx_pause; in ftgmac100_set_pauseparam()
1208 phy_set_asym_pause(phydev, pause->rx_pause, pause->tx_pause); in ftgmac100_set_pauseparam()
1797 priv->rx_pause = true; in ftgmac100_probe()