Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dhtb.h9 #define MLX5E_QOS_MAX_LEAF_NODES 256 macro
A Dhtb.c21 DECLARE_HASHTABLE(qos_tc2node, order_base_2(MLX5E_QOS_MAX_LEAF_NODES));
22 DECLARE_BITMAP(qos_used_qids, MLX5E_QOS_MAX_LEAF_NODES);
A Dqos.c33 return min(MLX5E_QOS_MAX_LEAF_NODES, mlx5_qos_max_leaf_nodes(mdev)); in mlx5e_qos_max_leaf_nodes()

Completed in 6 milliseconds