Searched refs:qos_sqs (Results 1 – 2 of 2) sorted by relevance
57 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_get_qos_sq() local65 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() local116 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_open_qos_sq()139 rcu_assign_pointer(qos_sqs[qid], sq); in mlx5e_open_qos_sq()213 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_close_qos_sq() local224 qos_sqs = mlx5e_state_dereference(priv, c->qos_sqs); in mlx5e_close_qos_sq()225 sq = rcu_replace_pointer(qos_sqs[qid], NULL, lockdep_is_held(&priv->state_lock)); in mlx5e_close_qos_sq()238 struct mlx5e_txqsq __rcu **qos_sqs; in mlx5e_qos_close_queues() local[all …]
746 struct mlx5e_txqsq __rcu * __rcu *qos_sqs; member