Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h148 struct fs_node { struct
151 enum fs_node_type type; argument
152 struct fs_node *parent; argument
153 struct fs_node *root; argument
158 void (*del_hw_func)(struct fs_node *); argument
159 void (*del_sw_func)(struct fs_node *); argument
164 struct fs_node node; argument
Dfs_core.c308 void (*del_hw_func)(struct fs_node *), in tree_init_node()
309 void (*del_sw_func)(struct fs_node *)) in tree_init_node()