Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1343 if (!mlx5_debugfs_root) in clean_debug_files()
1355 if (!mlx5_debugfs_root) in create_debugfs_files()
Dmain.c880 priv->dbg_root = debugfs_create_dir(dev_name(&pdev->dev), mlx5_debugfs_root); in mlx5_pci_init()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcong.c382 if (!mlx5_debugfs_root || in mlx5_ib_cleanup_cong_debugfs()
398 if (!mlx5_debugfs_root) in mlx5_ib_init_cong_debugfs()
Dmr.c606 if (!mlx5_debugfs_root || dev->rep) in mlx5_mr_cache_debugfs_cleanup()
619 if (!mlx5_debugfs_root || dev->rep) in mlx5_mr_cache_debugfs_init()
Dmain.c5245 if (!mlx5_debugfs_root) in delay_drop_debugfs_init()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h970 extern struct dentry *mlx5_debugfs_root;