Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h82 struct fs_node { struct
86 struct fs_node *parent; argument
87 struct fs_node *root; argument
92 void (*del_hw_func)(struct fs_node *); argument
93 void (*del_sw_func)(struct fs_node *); argument
98 struct fs_node node; argument
114 struct fs_node node;
176 struct fs_node node;
188 struct fs_node node;
198 struct fs_node node;
[all …]
Dfs_core.c177 static void del_hw_flow_table(struct fs_node *node);
178 static void del_hw_flow_group(struct fs_node *node);
179 static void del_hw_fte(struct fs_node *node);
180 static void del_sw_flow_table(struct fs_node *node);
181 static void del_sw_flow_group(struct fs_node *node);
182 static void del_sw_fte(struct fs_node *node);
183 static void del_sw_prio(struct fs_node *node);
184 static void del_sw_ns(struct fs_node *node);
188 static void del_sw_hw_rule(struct fs_node *node);
196 static void tree_init_node(struct fs_node *node, in tree_init_node()
[all …]