Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h134 struct fs_node { struct
138 struct fs_node *parent; argument
139 struct fs_node *root; argument
144 void (*del_hw_func)(struct fs_node *); argument
145 void (*del_sw_func)(struct fs_node *); argument
150 struct fs_node node; argument
167 struct fs_node node;
211 struct fs_node node;
226 struct fs_node node;
236 struct fs_node node;
[all …]
Dfs_core.c263 static void del_hw_flow_table(struct fs_node *node);
264 static void del_hw_flow_group(struct fs_node *node);
265 static void del_hw_fte(struct fs_node *node);
266 static void del_sw_flow_table(struct fs_node *node);
267 static void del_sw_flow_group(struct fs_node *node);
268 static void del_sw_fte(struct fs_node *node);
269 static void del_sw_prio(struct fs_node *node);
270 static void del_sw_ns(struct fs_node *node);
274 static void del_sw_hw_rule(struct fs_node *node);
282 static void tree_init_node(struct fs_node *node, in tree_init_node()
[all …]