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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h156 struct fs_node { struct
160 struct fs_node *parent;
161 struct fs_node *root;
166 void (*del_hw_func)(struct fs_node *);
167 void (*del_sw_func)(struct fs_node *);
172 struct fs_node node;
189 struct fs_node node;
233 struct fs_node node;
249 struct fs_node node;
259 struct fs_node nod
[all...]
H A Dfs_core.c353 static void del_hw_flow_table(struct fs_node *node);
354 static void del_hw_flow_group(struct fs_node *node);
355 static void del_hw_fte(struct fs_node *node);
356 static void del_sw_flow_table(struct fs_node *node);
357 static void del_sw_flow_group(struct fs_node *node);
358 static void del_sw_fte(struct fs_node *node);
359 static void del_sw_prio(struct fs_node *node);
360 static void del_sw_ns(struct fs_node *node);
364 static void del_sw_hw_rule(struct fs_node *node);
372 static void tree_init_node(struct fs_node *nod
[all...]

Completed in 119 milliseconds