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

/linux-4.1.27/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); mlx5_register_debugfs()
94 if (IS_ERR_OR_NULL(mlx5_debugfs_root)) mlx5_register_debugfs()
95 mlx5_debugfs_root = NULL; mlx5_register_debugfs()
100 debugfs_remove(mlx5_debugfs_root); mlx5_unregister_debugfs()
105 if (!mlx5_debugfs_root) mlx5_qp_debugfs_init()
119 if (!mlx5_debugfs_root) mlx5_qp_debugfs_cleanup()
127 if (!mlx5_debugfs_root) mlx5_eq_debugfs_init()
139 if (!mlx5_debugfs_root) mlx5_eq_debugfs_cleanup()
203 if (!mlx5_debugfs_root) mlx5_cmdif_debugfs_init()
251 if (!mlx5_debugfs_root) mlx5_cmdif_debugfs_cleanup()
259 if (!mlx5_debugfs_root) mlx5_cq_debugfs_init()
271 if (!mlx5_debugfs_root) mlx5_cq_debugfs_cleanup()
540 if (!mlx5_debugfs_root) mlx5_debug_qp_add()
554 if (!mlx5_debugfs_root) mlx5_debug_qp_remove()
566 if (!mlx5_debugfs_root) mlx5_debug_eq_add()
580 if (!mlx5_debugfs_root) mlx5_debug_eq_remove()
591 if (!mlx5_debugfs_root) mlx5_debug_cq_add()
605 if (!mlx5_debugfs_root) mlx5_debug_cq_remove()
H A Dcmd.c992 if (!mlx5_debugfs_root) clean_debug_files()
1004 if (!mlx5_debugfs_root) create_debugfs_files()
H A Dmain.c605 priv->dbg_root = debugfs_create_dir(dev_name(&pdev->dev), mlx5_debugfs_root); mlx5_dev_init()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
H A Dmr.c512 if (!mlx5_debugfs_root) mlx5_mr_cache_debugfs_init()
552 if (!mlx5_debugfs_root) mlx5_mr_cache_debugfs_cleanup()
/linux-4.1.27/include/linux/mlx5/
H A Ddriver.h614 extern struct dentry *mlx5_debugfs_root;

Completed in 172 milliseconds