Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hfi1/
Ddebugfs.c24 static struct dentry *hfi1_dbg_root; variable
1191 if (!hfi1_dbg_root) in hfi1_dbg_ibdev_init()
1195 root = debugfs_create_dir(name, hfi1_dbg_root); in hfi1_dbg_ibdev_init()
1199 debugfs_create_symlink(link, hfi1_dbg_root, name); in hfi1_dbg_ibdev_init()
1237 if (!hfi1_dbg_root) in hfi1_dbg_ibdev_exit()
1353 hfi1_dbg_root = debugfs_create_dir(DRIVER_NAME, NULL); in hfi1_dbg_init()
1354 debugfs_create_file("driver_stats_names", 0444, hfi1_dbg_root, NULL, in hfi1_dbg_init()
1356 debugfs_create_file("driver_stats", 0444, hfi1_dbg_root, NULL, in hfi1_dbg_init()
1362 debugfs_remove_recursive(hfi1_dbg_root); in hfi1_dbg_exit()
1363 hfi1_dbg_root = NULL; in hfi1_dbg_exit()