Lines Matching refs:rx_pause
116 bool rx_pause; member
244 if (priv->rx_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()
1027 rx_pause = priv->rx_pause; in ftgmac100_adjust_link()
1034 rx_pause == priv->rx_pause && in ftgmac100_adjust_link()
1046 priv->rx_pause = rx_pause; in ftgmac100_adjust_link()
1210 pause->rx_pause = priv->rx_pause; in ftgmac100_get_pauseparam()
1221 priv->rx_pause = pause->rx_pause; in ftgmac100_set_pauseparam()
1227 if (pause->rx_pause) { in ftgmac100_set_pauseparam()
1819 priv->rx_pause = true; in ftgmac100_probe()