Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.c4973 static struct dentry *lpfc_debugfs_root = NULL; variable
5278 if (!lpfc_debugfs_root) { in lpfc_debugfs_initialize()
5279 lpfc_debugfs_root = debugfs_create_dir("lpfc", NULL); in lpfc_debugfs_initialize()
5281 if (!lpfc_debugfs_root) { in lpfc_debugfs_initialize()
5295 debugfs_create_dir(name, lpfc_debugfs_root); in lpfc_debugfs_initialize()
5957 debugfs_remove(lpfc_debugfs_root); /* lpfc */ in lpfc_debugfs_terminate()
5958 lpfc_debugfs_root = NULL; in lpfc_debugfs_terminate()