Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h82 struct fs_node { struct
85 enum fs_node_type type; argument
86 struct fs_node *parent; argument
87 struct fs_node *root; argument
92 void (*del_hw_func)(struct fs_node *); argument
93 void (*del_sw_func)(struct fs_node *); argument
98 struct fs_node node; argument
Dfs_core.c197 void (*del_hw_func)(struct fs_node *), in tree_init_node()
198 void (*del_sw_func)(struct fs_node *)) in tree_init_node()