Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.c35 struct mlx5e_qos_node { struct
38 struct mlx5e_qos_node *parent; argument
50 static struct mlx5e_qos_node * argument
52 struct mlx5e_qos_node *parent) in mlx5e_sw_node_create_leaf()
54 struct mlx5e_qos_node *node; in mlx5e_sw_node_create_leaf()
73 static struct mlx5e_qos_node *mlx5e_sw_node_create_root(struct mlx5e_priv *priv) in mlx5e_sw_node_create_root()
75 struct mlx5e_qos_node *node; in mlx5e_sw_node_create_root()
88 static struct mlx5e_qos_node *mlx5e_sw_node_find(struct mlx5e_priv *priv, u32 classid) in mlx5e_sw_node_find()
90 struct mlx5e_qos_node *node = NULL; in mlx5e_sw_node_find()
100 static struct mlx5e_qos_node *mlx5e_sw_node_find_rcu(struct mlx5e_priv *priv, u32 classid) in mlx5e_sw_node_find_rcu()
[all …]