Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h148 struct fs_node { struct
152 struct fs_node *parent; argument
153 struct fs_node *root; argument
158 void (*del_hw_func)(struct fs_node *); argument
159 void (*del_sw_func)(struct fs_node *); argument
164 struct fs_node node; argument
181 struct fs_node node;
225 struct fs_node node;
241 struct fs_node node;
251 struct fs_node node;
[all …]
Dfs_core.c305 static void del_hw_flow_table(struct fs_node *node);
306 static void del_hw_flow_group(struct fs_node *node);
307 static void del_hw_fte(struct fs_node *node);
308 static void del_sw_flow_table(struct fs_node *node);
309 static void del_sw_flow_group(struct fs_node *node);
310 static void del_sw_fte(struct fs_node *node);
311 static void del_sw_prio(struct fs_node *node);
312 static void del_sw_ns(struct fs_node *node);
316 static void del_sw_hw_rule(struct fs_node *node);
324 static void tree_init_node(struct fs_node *node, in tree_init_node()
[all …]