Searched defs:mlx5_debugfs_root (Results 1 - 1 of 1) sorted by last modified time

/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c88 struct dentry *mlx5_debugfs_root; variable in typeref:struct:dentry
89 EXPORT_SYMBOL(mlx5_debugfs_root); variable
93 mlx5_debugfs_root = debugfs_create_dir("mlx5", NULL);
94 if (IS_ERR_OR_NULL(mlx5_debugfs_root))
95 mlx5_debugfs_root = NULL;
100 debugfs_remove(mlx5_debugfs_root);
105 if (!mlx5_debugfs_root)
119 if (!mlx5_debugfs_root)
127 if (!mlx5_debugfs_root)
139 if (!mlx5_debugfs_root)
[all...]

Completed in 41 milliseconds