Searched refs:qos_sqs (Results 1 – 4 of 4) sorted by relevance
181 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_get_qos_sq() local189 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_get_qos_sq()199 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_open_qos_sq() local240 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_open_qos_sq()307 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_close_qos_sq() local318 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_close_qos_sq()335 qos_sqs = rcu_replace_pointer(c->qos_sqs, NULL, lockdep_is_held(&c->priv->state_lock)); in mlx5e_qos_close_queues()336 if (!qos_sqs) in mlx5e_qos_close_queues()352 kvfree(qos_sqs); in mlx5e_qos_close_queues()440 qos_sqs = mlx5e_state_dereference(c->priv, c->qos_sqs); in mlx5e_qos_deactivate_queues()[all …]
119 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_napi_poll() local132 qos_sqs = rcu_dereference(c->qos_sqs); in mlx5e_napi_poll()141 if (unlikely(qos_sqs)) { in mlx5e_napi_poll()146 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll()210 if (unlikely(qos_sqs)) { in mlx5e_napi_poll()212 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll()
753 struct mlx5e_txqsq __rcu * __rcu *qos_sqs; member
5453 int qos_sqs = 0; in mlx5e_probe() local5461 qos_sqs = mlx5e_qos_max_leaf_nodes(mdev); in mlx5e_probe()5464 txqs = nch * profile->max_tc + ptp_txqs + qos_sqs; in mlx5e_probe()
Completed in 21 milliseconds