Searched refs:lpfc_debugfs_root (Results 1 – 1 of 1) sorted by relevance
5761 static struct dentry *lpfc_debugfs_root = NULL; variable6082 if (!lpfc_debugfs_root) { in lpfc_debugfs_initialize()6083 lpfc_debugfs_root = debugfs_create_dir("lpfc", NULL); in lpfc_debugfs_initialize()6085 if (IS_ERR(lpfc_debugfs_root)) { in lpfc_debugfs_initialize()6099 debugfs_create_dir(name, lpfc_debugfs_root); in lpfc_debugfs_initialize()6427 debugfs_remove(lpfc_debugfs_root); /* lpfc */ in lpfc_debugfs_terminate()6428 lpfc_debugfs_root = NULL; in lpfc_debugfs_terminate()