Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dqos.c25 int mlx5e_qos_max_leaf_nodes(struct mlx5_core_dev *mdev) in mlx5e_qos_max_leaf_nodes() function
32 int last = find_last_bit(priv->htb.qos_used_qids, mlx5e_qos_max_leaf_nodes(priv->mdev)); in mlx5e_qos_cur_leaf_nodes()
34 return last == mlx5e_qos_max_leaf_nodes(priv->mdev) ? 0 : last + 1; in mlx5e_qos_cur_leaf_nodes()
41 int size = mlx5e_qos_max_leaf_nodes(priv->mdev); in mlx5e_find_unused_qos_qid()
216 stats_list = kvcalloc(mlx5e_qos_max_leaf_nodes(priv->mdev), in mlx5e_open_qos_sq()
368 qos_sqs_size = DIV_ROUND_UP(mlx5e_qos_max_leaf_nodes(priv->mdev), chs->num); in mlx5e_qos_alloc_queues()
1026 if (num_tc > mlx5e_qos_max_leaf_nodes(mdev)) in mlx5e_mqprio_rl_init()
A Dqos.h16 int mlx5e_qos_max_leaf_nodes(struct mlx5_core_dev *mdev);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c5132 tmp -= mlx5e_qos_max_leaf_nodes(mdev); in mlx5e_calc_max_nch()
5461 qos_sqs = mlx5e_qos_max_leaf_nodes(mdev); in mlx5e_probe()

Completed in 23 milliseconds