Searched refs:cxgb4vf_debugfs_root (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c134 static struct dentry *cxgb4vf_debugfs_root; variable in typeref:struct:dentry
2829 if (!IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) {
2832 cxgb4vf_debugfs_root);
3078 cxgb4vf_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL); cxgb4vf_module_init()
3079 if (IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) cxgb4vf_module_init()
3083 if (ret < 0 && !IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) cxgb4vf_module_init()
3084 debugfs_remove(cxgb4vf_debugfs_root); cxgb4vf_module_init()
3094 debugfs_remove(cxgb4vf_debugfs_root); cxgb4vf_module_exit()

Completed in 72 milliseconds