Searched refs:MLX5E_QOS_MAX_LEAF_NODES (Results 1 – 3 of 3) sorted by relevance
9 #define MLX5E_QOS_MAX_LEAF_NODES 256 macro
21 DECLARE_HASHTABLE(qos_tc2node, order_base_2(MLX5E_QOS_MAX_LEAF_NODES));22 DECLARE_BITMAP(qos_used_qids, MLX5E_QOS_MAX_LEAF_NODES);
33 return min(MLX5E_QOS_MAX_LEAF_NODES, mlx5_qos_max_leaf_nodes(mdev)); in mlx5e_qos_max_leaf_nodes()
Completed in 6 milliseconds