Home
last modified time | relevance | path

Searched refs:mlx5_debugfs_root (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c88 struct dentry *mlx5_debugfs_root; variable
89 EXPORT_SYMBOL(mlx5_debugfs_root);
93 mlx5_debugfs_root = debugfs_create_dir("mlx5", NULL); in mlx5_register_debugfs()
94 if (IS_ERR_OR_NULL(mlx5_debugfs_root)) in mlx5_register_debugfs()
95 mlx5_debugfs_root = NULL; in mlx5_register_debugfs()
100 debugfs_remove(mlx5_debugfs_root); in mlx5_unregister_debugfs()
105 if (!mlx5_debugfs_root) in mlx5_qp_debugfs_init()
119 if (!mlx5_debugfs_root) in mlx5_qp_debugfs_cleanup()
127 if (!mlx5_debugfs_root) in mlx5_eq_debugfs_init()
139 if (!mlx5_debugfs_root) in mlx5_eq_debugfs_cleanup()
[all …]
Dcmd.c992 if (!mlx5_debugfs_root) in clean_debug_files()
1004 if (!mlx5_debugfs_root) in create_debugfs_files()
Dmain.c605 priv->dbg_root = debugfs_create_dir(dev_name(&pdev->dev), mlx5_debugfs_root); in mlx5_dev_init()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h614 extern struct dentry *mlx5_debugfs_root;
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c512 if (!mlx5_debugfs_root) in mlx5_mr_cache_debugfs_init()
552 if (!mlx5_debugfs_root) in mlx5_mr_cache_debugfs_cleanup()