Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h156 struct fs_node { struct
160 struct fs_node *parent; argument
161 struct fs_node *root; argument
166 void (*del_hw_func)(struct fs_node *); argument
167 void (*del_sw_func)(struct fs_node *); argument
172 struct fs_node node; argument
189 struct fs_node node;
233 struct fs_node node;
249 struct fs_node node;
259 struct fs_node node;
[all …]
H A Dfs_core.c385 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node()
519 struct fs_node *root; in find_root()
910 struct fs_node *iter = list_entry(start, struct fs_node, list); in find_closest_ft_recursive()
929 static struct fs_node *find_prio_chains_parent(struct fs_node *parent, in find_prio_chains_parent()
932 struct fs_node *node = NULL; in find_prio_chains_parent()
954 struct fs_node *curr_node; in find_closest_ft()
955 struct fs_node *parent; in find_closest_ft()
1017 struct fs_node *parent, in find_closet_ft_prio_chains()
2663 struct fs_node *base; in init_root_tree_recursive()
2860 struct fs_node *iter; in clean_tree()
[all …]