Home
last modified time | relevance | path

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

/linux-6.1.9/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()
98 debugfs_remove(mlx5_debugfs_root); in mlx5_unregister_debugfs()
500 if (!mlx5_debugfs_root) in mlx5_debug_qp_add()
515 if (!mlx5_debugfs_root) in mlx5_debug_qp_remove()
527 if (!mlx5_debugfs_root) in mlx5_debug_eq_add()
541 if (!mlx5_debugfs_root) in mlx5_debug_eq_remove()
552 if (!mlx5_debugfs_root) in mlx5_debug_cq_add()
566 if (!mlx5_debugfs_root) in mlx5_debug_cq_remove()
Dmain.c1608 mlx5_debugfs_root); in mlx5_mdev_init()
Dcmd.c1534 if (!mlx5_debugfs_root) in clean_debug_files()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dcong.c402 if (!mlx5_debugfs_root || in mlx5_ib_cleanup_cong_debugfs()
418 if (!mlx5_debugfs_root) in mlx5_ib_init_cong_debugfs()
Dmr.c699 if (!mlx5_debugfs_root || dev->is_rep) in mlx5_mkey_cache_debugfs_cleanup()
713 if (!mlx5_debugfs_root || dev->is_rep) in mlx5_mkey_cache_debugfs_init()
Dmain.c4048 if (!mlx5_debugfs_root) in mlx5_ib_stage_delay_drop_init()
/linux-6.1.9/include/linux/mlx5/
Ddriver.h895 extern struct dentry *mlx5_debugfs_root;