Lines Matching refs:prof
754 cmd->advertising |= (priv->prof->tx_pause) ? ADVERTISED_Pause : 0; in ethtool_get_ptys_settings()
756 cmd->advertising |= (priv->prof->tx_pause ^ priv->prof->rx_pause) ? in ethtool_get_ptys_settings()
993 priv->prof->tx_pause = pause->tx_pause != 0; in mlx4_en_set_pauseparam()
994 priv->prof->rx_pause = pause->rx_pause != 0; in mlx4_en_set_pauseparam()
997 priv->prof->tx_pause, in mlx4_en_set_pauseparam()
998 priv->prof->tx_ppp, in mlx4_en_set_pauseparam()
999 priv->prof->rx_pause, in mlx4_en_set_pauseparam()
1000 priv->prof->rx_ppp); in mlx4_en_set_pauseparam()
1005 priv->prof->rx_ppp, in mlx4_en_set_pauseparam()
1006 priv->prof->rx_pause, in mlx4_en_set_pauseparam()
1007 priv->prof->tx_ppp, in mlx4_en_set_pauseparam()
1008 priv->prof->tx_pause); in mlx4_en_set_pauseparam()
1018 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
1019 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
1054 priv->prof->tx_ring_size = tx_size; in mlx4_en_set_ringparam()
1055 priv->prof->rx_ring_size = rx_size; in mlx4_en_set_ringparam()
1131 rss_rings = priv->prof->rss_rings ?: priv->rx_ring_num; in mlx4_en_get_rxfh()
1190 priv->prof->rss_rings = rss_rings; in mlx4_en_set_rxfh()
1831 *(u32 *)data = priv->prof->inline_thold; in mlx4_en_get_tunable()
1854 priv->prof->inline_thold = val; in mlx4_en_set_tunable()