Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.h15 int mlx5e_qos_max_leaf_nodes(struct mlx5_core_dev *mdev);
Dqos.c10 int mlx5e_qos_max_leaf_nodes(struct mlx5_core_dev *mdev) in mlx5e_qos_max_leaf_nodes() function
17 int last = find_last_bit(priv->htb.qos_used_qids, mlx5e_qos_max_leaf_nodes(priv->mdev)); in mlx5e_qos_cur_leaf_nodes()
19 return last == mlx5e_qos_max_leaf_nodes(priv->mdev) ? 0 : last + 1; in mlx5e_qos_cur_leaf_nodes()
26 int size = mlx5e_qos_max_leaf_nodes(priv->mdev); in mlx5e_find_unused_qos_qid()
201 stats_list = kvcalloc(mlx5e_qos_max_leaf_nodes(priv->mdev), in mlx5e_open_qos_sq()
352 qos_sqs_size = DIV_ROUND_UP(mlx5e_qos_max_leaf_nodes(priv->mdev), chs->num); in mlx5e_qos_alloc_queues()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4805 tmp -= mlx5e_qos_max_leaf_nodes(mdev); in mlx5e_calc_max_nch()
5129 qos_sqs = mlx5e_qos_max_leaf_nodes(mdev); in mlx5e_probe()