Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c6096 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()
[all …]
H A Dlpfc.h1336 struct dentry *hba_debugfs_root; member