Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2396 else if (dent == phba->debug_InjErrWWPN) { in lpfc_debugfs_dif_err_read()
2453 else if (dent == phba->debug_InjErrWWPN) { in lpfc_debugfs_dif_err_write()
5986 phba->debug_InjErrWWPN = in lpfc_debugfs_initialize()
6362 debugfs_remove(phba->debug_InjErrWWPN); /* InjErrWWPN */ in lpfc_debugfs_terminate()
6363 phba->debug_InjErrWWPN = NULL; in lpfc_debugfs_terminate()
H A Dlpfc.h1079 struct dentry *debug_InjErrWWPN; /* WWPN to inject errors at */ member