Lines Matching refs:hba_debugfs_root
6096 if (!phba->hba_debugfs_root) { in lpfc_debugfs_initialize()
6098 phba->hba_debugfs_root = in lpfc_debugfs_initialize()
6101 if (IS_ERR(phba->hba_debugfs_root)) { in lpfc_debugfs_initialize()
6110 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6114 debugfs_create_file("cgn_buffer", 0644, phba->hba_debugfs_root, in lpfc_debugfs_initialize()
6118 debugfs_create_file("rx_monitor", 0644, phba->hba_debugfs_root, in lpfc_debugfs_initialize()
6122 debugfs_create_file("ras_log", 0644, phba->hba_debugfs_root, in lpfc_debugfs_initialize()
6126 debugfs_create_file("hbqinfo", 0644, phba->hba_debugfs_root, in lpfc_debugfs_initialize()
6131 debugfs_create_file("lockstat", 0644, phba->hba_debugfs_root, in lpfc_debugfs_initialize()
6137 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6144 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6150 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6156 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6161 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6166 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6171 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6175 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6179 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6184 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6188 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6210 phba->hba_debugfs_root, phba, in lpfc_debugfs_initialize()
6224 debugfs_create_file("nvmeio_trc", 0644, phba->hba_debugfs_root, in lpfc_debugfs_initialize()
6270 debugfs_create_dir(name, phba->hba_debugfs_root); in lpfc_debugfs_initialize()
6341 debugfs_create_dir("iDiag", phba->hba_debugfs_root); in lpfc_debugfs_initialize()
6420 if (phba->hba_debugfs_root) { in lpfc_debugfs_terminate()
6421 debugfs_remove(phba->hba_debugfs_root); /* fnX */ in lpfc_debugfs_terminate()
6422 phba->hba_debugfs_root = NULL; in lpfc_debugfs_terminate()