Lines Matching refs:tx_pause
792 if (priv->prof->tx_pause) in ethtool_get_ptys_link_ksettings()
795 if (priv->prof->tx_pause ^ priv->prof->rx_pause) in ethtool_get_ptys_link_ksettings()
1083 u8 tx_pause, tx_ppp, rx_pause, rx_ppp; in mlx4_en_set_pauseparam() local
1089 tx_pause = !!(pause->tx_pause); in mlx4_en_set_pauseparam()
1091 rx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->rx_ppp; in mlx4_en_set_pauseparam()
1092 tx_ppp = (tx_pause || rx_pause) ? 0 : priv->prof->tx_ppp; in mlx4_en_set_pauseparam()
1096 tx_pause, tx_ppp, rx_pause, rx_ppp); in mlx4_en_set_pauseparam()
1103 rx_ppp, rx_pause, tx_ppp, tx_pause); in mlx4_en_set_pauseparam()
1105 priv->prof->tx_pause = tx_pause; in mlx4_en_set_pauseparam()
1124 stats->tx_pause_frames = priv->tx_flowstats.tx_pause; in mlx4_en_get_pause_stats()
1136 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()