Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dqos.h19 int mlx5_qos_max_leaf_nodes(struct mlx5_core_dev *mdev);
Dqos.c21 int mlx5_qos_max_leaf_nodes(struct mlx5_core_dev *mdev) in mlx5_qos_max_leaf_nodes() function
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.c33 return min(MLX5E_QOS_MAX_LEAF_NODES, mlx5_qos_max_leaf_nodes(mdev)); in mlx5e_qos_max_leaf_nodes()