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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1214 static struct dentry *lpfc_debugfs_root = NULL; variable in typeref:struct:dentry
1240 if (!lpfc_debugfs_root) {
1241 lpfc_debugfs_root = debugfs_create_dir("lpfc", NULL);
1243 if (!lpfc_debugfs_root) {
1256 debugfs_create_dir(name, lpfc_debugfs_root);
1518 debugfs_remove(lpfc_debugfs_root); /* lpfc */
1519 lpfc_debugfs_root = NULL;

Completed in 44 milliseconds