Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h134 struct fs_node { struct
137 enum fs_node_type type; argument
138 struct fs_node *parent; argument
139 struct fs_node *root; argument
144 void (*del_hw_func)(struct fs_node *); argument
145 void (*del_sw_func)(struct fs_node *); argument
150 struct fs_node node; argument
Dfs_core.c283 void (*del_hw_func)(struct fs_node *), in tree_init_node()
284 void (*del_sw_func)(struct fs_node *)) in tree_init_node()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
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
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()