Lines Matching refs:prof
494 priv->prof->tx_pause = pause->tx_pause != 0; in mlx4_en_set_pauseparam()
495 priv->prof->rx_pause = pause->rx_pause != 0; in mlx4_en_set_pauseparam()
498 priv->prof->tx_pause, in mlx4_en_set_pauseparam()
499 priv->prof->tx_ppp, in mlx4_en_set_pauseparam()
500 priv->prof->rx_pause, in mlx4_en_set_pauseparam()
501 priv->prof->rx_ppp); in mlx4_en_set_pauseparam()
513 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
514 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
549 priv->prof->tx_ring_size = tx_size; in mlx4_en_set_ringparam()
550 priv->prof->rx_ring_size = rx_size; in mlx4_en_set_ringparam()
598 rss_rings = priv->prof->rss_rings ?: priv->rx_ring_num; in mlx4_en_get_rxfh()
642 priv->prof->rss_rings = rss_rings; in mlx4_en_set_rxfh()
1279 *(u32 *)data = priv->prof->inline_thold; in mlx4_en_get_tunable()
1302 priv->prof->inline_thold = val; in mlx4_en_set_tunable()