Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_debugfs.c1034 else if (dent == phba->debug_InjErrWWPN) { in lpfc_debugfs_dif_err_read()
1090 else if (dent == phba->debug_InjErrWWPN) { in lpfc_debugfs_dif_err_write()
4155 phba->debug_InjErrWWPN = in lpfc_debugfs_initialize()
4159 if (!phba->debug_InjErrWWPN) { in lpfc_debugfs_initialize()
4549 if (phba->debug_InjErrWWPN) { in lpfc_debugfs_terminate()
4550 debugfs_remove(phba->debug_InjErrWWPN); /* InjErrWWPN */ in lpfc_debugfs_terminate()
4551 phba->debug_InjErrWWPN = NULL; in lpfc_debugfs_terminate()
Dlpfc.h904 struct dentry *debug_InjErrWWPN; /* WWPN to inject errors at */ member