Searched refs:debug_InjErrLBA (Results 1 – 2 of 2) sorted by relevance
1038 } else if (dent == phba->debug_InjErrLBA) { in lpfc_debugfs_dif_err_read()1066 if (dent == phba->debug_InjErrLBA) { in lpfc_debugfs_dif_err_write()1086 else if (dent == phba->debug_InjErrLBA) in lpfc_debugfs_dif_err_write()4132 phba->debug_InjErrLBA = in lpfc_debugfs_initialize()4136 if (!phba->debug_InjErrLBA) { in lpfc_debugfs_initialize()4541 if (phba->debug_InjErrLBA) { in lpfc_debugfs_terminate()4542 debugfs_remove(phba->debug_InjErrLBA); /* InjErrLBA */ in lpfc_debugfs_terminate()4543 phba->debug_InjErrLBA = NULL; in lpfc_debugfs_terminate()
902 struct dentry *debug_InjErrLBA; /* LBA to inject errors at */ member