Lines Matching refs:tx_pause
396 bool tx_pause, rx_pause; in phylink_resolve_flow() local
402 &tx_pause, &rx_pause); in phylink_resolve_flow()
403 if (tx_pause) in phylink_resolve_flow()
913 bool tx_pause, rx_pause; in phylink_phy_change() local
915 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
921 if (tx_pause) in phylink_phy_change()
1561 pause->tx_pause = !!(pl->link_config.pause & MLO_PAUSE_TX); in phylink_ethtool_get_pauseparam()
1587 !pause->autoneg && pause->rx_pause != pause->tx_pause) in phylink_ethtool_set_pauseparam()
1595 if (pause->tx_pause) in phylink_ethtool_set_pauseparam()
1612 linkmode_set_pause(config->advertising, pause->tx_pause, in phylink_ethtool_set_pauseparam()
1636 pause->tx_pause); in phylink_ethtool_set_pauseparam()
2267 bool tx_pause, rx_pause; in phylink_decode_c37_word() local
2287 &tx_pause, &rx_pause); in phylink_decode_c37_word()
2289 if (tx_pause) in phylink_decode_c37_word()