Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx5/mlx5_core/
HDfs_core.h138 struct fs_node { struct
142 struct fs_node *parent; argument
143 struct fs_node *root; argument
148 void (*del_hw_func)(struct fs_node *); argument
149 void (*del_sw_func)(struct fs_node *); argument
154 struct fs_node node; argument
171 struct fs_node node;
214 struct fs_node node;
228 struct fs_node node;
238 struct fs_node node;
[all …]
HDmlx5_fs_core.c317 static void del_hw_flow_table(struct fs_node *node);
318 static void del_hw_flow_group(struct fs_node *node);
319 static void del_hw_fte(struct fs_node *node);
320 static void del_sw_flow_table(struct fs_node *node);
321 static void del_sw_flow_group(struct fs_node *node);
322 static void del_sw_fte(struct fs_node *node);
323 static void del_sw_prio(struct fs_node *node);
324 static void del_sw_ns(struct fs_node *node);
328 static void del_sw_hw_rule(struct fs_node *node);
336 static void tree_init_node(struct fs_node *node, in tree_init_node()
[all …]