Searched refs:cxgb4vf_debugfs_root (Results 1 – 1 of 1) sorted by relevance
134 static struct dentry *cxgb4vf_debugfs_root; variable2830 if (!IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) { in cxgb4vf_pci_probe()2833 cxgb4vf_debugfs_root); in cxgb4vf_pci_probe()3079 cxgb4vf_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL); in cxgb4vf_module_init()3080 if (IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()3084 if (ret < 0 && !IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()3085 debugfs_remove(cxgb4vf_debugfs_root); in cxgb4vf_module_init()3095 debugfs_remove(cxgb4vf_debugfs_root); in cxgb4vf_module_exit()