Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c89 struct dentry *mlx5_debugfs_root; variable
90 EXPORT_SYMBOL(mlx5_debugfs_root);
94 mlx5_debugfs_root = debugfs_create_dir("mlx5", NULL); in mlx5_register_debugfs()
99 debugfs_remove(mlx5_debugfs_root); in mlx5_unregister_debugfs()
453 if (!mlx5_debugfs_root) in mlx5_debug_qp_add()
467 if (!mlx5_debugfs_root) in mlx5_debug_qp_remove()
478 if (!mlx5_debugfs_root) in mlx5_debug_eq_add()
492 if (!mlx5_debugfs_root) in mlx5_debug_eq_remove()
503 if (!mlx5_debugfs_root) in mlx5_debug_cq_add()
517 if (!mlx5_debugfs_root) in mlx5_debug_cq_remove()
Dmain.c1285 mlx5_debugfs_root); in mlx5_mdev_init()
Dcmd.c1368 if (!mlx5_debugfs_root) in clean_debug_files()
/Linux-v5.4/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.c570 if (!mlx5_debugfs_root || dev->is_rep) in mlx5_mr_cache_debugfs_cleanup()
584 if (!mlx5_debugfs_root || dev->is_rep) in mlx5_mr_cache_debugfs_init()
Dmain.c5772 if (!mlx5_debugfs_root) in delay_drop_debugfs_init()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h823 extern struct dentry *mlx5_debugfs_root;