Home
last modified time | relevance | path

Searched refs:qos_sqs (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.c57 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_get_qos_sq() local
65 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_get_qos_sq()
66 return mlx5e_state_dereference(priv, qos_sqs[qid]); in mlx5e_get_qos_sq()
73 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_open_qos_sq() local
114 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_open_qos_sq()
135 rcu_assign_pointer(qos_sqs[qid], sq); in mlx5e_open_qos_sq()
204 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_close_qos_sq() local
215 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_close_qos_sq()
216 sq = rcu_replace_pointer(qos_sqs[qid], NULL, lockdep_is_held(&priv->state_lock)); in mlx5e_close_qos_sq()
229 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_qos_close_queues() local
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c130 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_napi_poll() local
143 qos_sqs = rcu_dereference(c->qos_sqs); in mlx5e_napi_poll()
152 if (unlikely(qos_sqs)) { in mlx5e_napi_poll()
157 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll()
221 if (unlikely(qos_sqs)) { in mlx5e_napi_poll()
223 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll()
Den.h783 struct mlx5e_txqsq __rcu * __rcu *qos_sqs; member