Searched refs:mlx5e_htb_node_find (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c107 static struct mlx5e_qos_node *mlx5e_htb_node_find(struct mlx5e_htb *htb, u32 classid) function
237 root = mlx5e_htb_node_find(htb, MLX5E_HTB_CLASSID_ROOT);
304 parent = mlx5e_htb_node_find(htb, parent_classid);
354 node = mlx5e_htb_node_find(htb, classid);
455 node = mlx5e_htb_node_find(htb, *classid);
552 node = mlx5e_htb_node_find(htb, classid);
666 node = mlx5e_htb_node_find(htb, classid);

Completed in 70 milliseconds