Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c6339 if (!phba->idiag_root) { in lpfc_debugfs_initialize()
6340 phba->idiag_root = in lpfc_debugfs_initialize()
6347 debugfs_create_file("pciCfg", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6352 debugfs_create_file("barAcc", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6357 debugfs_create_file("queInfo", 0444, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6361 debugfs_create_file("queAcc", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6365 debugfs_create_file("drbAcc", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6369 debugfs_create_file("ctlAcc", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6373 debugfs_create_file("mbxAcc", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
6378 debugfs_create_file("extAcc", 0644, phba->idiag_root, phba, in lpfc_debugfs_initialize()
H A Dlpfc.h1359 struct dentry *idiag_root; member