Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h138 struct fs_node { struct
141 enum fs_node_type type; argument
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
H A Dmlx5_fs_core.c337 void (*del_hw_func)(struct fs_node *), in tree_init_node()
338 void (*del_sw_func)(struct fs_node *)) in tree_init_node()