Lines Matching refs:tx_pause
795 if (priv->prof->tx_pause) in ethtool_get_ptys_link_ksettings()
798 if (priv->prof->tx_pause ^ priv->prof->rx_pause) in ethtool_get_ptys_link_ksettings()
1086 u8 tx_pause, tx_ppp, rx_pause, rx_ppp; in mlx4_en_set_pauseparam() local
1092 tx_pause = !!(pause->tx_pause); in mlx4_en_set_pauseparam()
1094 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam()
1095 tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp; in mlx4_en_set_pauseparam()
1099 tx_pause, tx_ppp, rx_pause, rx_ppp); in mlx4_en_set_pauseparam()
1106 rx_ppp, rx_pause, tx_ppp, tx_pause); in mlx4_en_set_pauseparam()
1108 priv->prof->tx_pause = tx_pause; in mlx4_en_set_pauseparam()
1127 stats->tx_pause_frames = priv->tx_flowstats.tx_pause; in mlx4_en_get_pause_stats()
1139 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()