Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/ !
H A Dfs_core.h170 struct fs_node { struct
174 struct fs_node *parent; argument
175 struct fs_node *root; argument
180 void (*del_hw_func)(struct fs_node *); argument
181 void (*del_sw_func)(struct fs_node *); argument
186 struct fs_node node; argument
203 struct fs_node node;
263 struct fs_node node;
278 struct fs_node node;
288 struct fs_node nod
173 typefs_node global() argument
[all...]
H A Dfs_core.c358 static void del_hw_flow_table(struct fs_node *node);
359 static void del_hw_flow_group(struct fs_node *node);
360 static void del_hw_fte(struct fs_node *node);
361 static void del_sw_flow_table(struct fs_node *node);
362 static void del_sw_flow_group(struct fs_node *node);
363 static void del_sw_fte(struct fs_node *node);
364 static void del_sw_prio(struct fs_node *node);
365 static void del_sw_ns(struct fs_node *node);
369 static void del_sw_hw_rule(struct fs_node *node);
377 static void tree_init_node(struct fs_node *nod
378 tree_init_node(struct fs_node * node,void (* del_hw_func)(struct fs_node *),void (* del_sw_func)(struct fs_node *)) tree_init_node() argument
379 tree_init_node(struct fs_node * node,void (* del_hw_func)(struct fs_node *),void (* del_sw_func)(struct fs_node *)) tree_init_node() argument
[all...]