Lines Matching refs:tx_pause
409 bool tx_pause, rx_pause; in phylink_resolve_flow() local
415 &tx_pause, &rx_pause); in phylink_resolve_flow()
416 if (tx_pause) in phylink_resolve_flow()
928 bool tx_pause, rx_pause; in phylink_phy_change() local
930 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
936 if (tx_pause) in phylink_phy_change()
1701 pause->tx_pause = !!(pl->link_config.pause & MLO_PAUSE_TX); in phylink_ethtool_get_pauseparam()
1727 !pause->autoneg && pause->rx_pause != pause->tx_pause) in phylink_ethtool_set_pauseparam()
1735 if (pause->tx_pause) in phylink_ethtool_set_pauseparam()
1752 linkmode_set_pause(config->advertising, pause->tx_pause, in phylink_ethtool_set_pauseparam()
1776 pause->tx_pause); in phylink_ethtool_set_pauseparam()
2409 bool tx_pause, rx_pause; in phylink_decode_c37_word() local
2429 &tx_pause, &rx_pause); in phylink_decode_c37_word()
2431 if (tx_pause) in phylink_decode_c37_word()