Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h156 struct fs_node { struct
159 enum fs_node_type type; argument
160 struct fs_node *parent; argument
161 struct fs_node *root; argument
166 void (*del_hw_func)(struct fs_node *); argument
167 void (*del_sw_func)(struct fs_node *); argument
172 struct fs_node node; argument
H A Dfs_core.c373 void (*del_hw_func)(struct fs_node *), in tree_init_node()
374 void (*del_sw_func)(struct fs_node *)) in tree_init_node()