Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Ddevice.c75 static struct dentry *c4iw_debugfs_root; variable
1053 if (c4iw_debugfs_root) { in c4iw_alloc()
1056 c4iw_debugfs_root); in c4iw_alloc()
1555 c4iw_debugfs_root = debugfs_create_dir(DRV_NAME, NULL); in c4iw_init_module()
1556 if (!c4iw_debugfs_root) in c4iw_init_module()
1585 debugfs_remove_recursive(c4iw_debugfs_root); in c4iw_exit_module()