Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.c1815 } else if (dent == phba->debug_InjErrLBA) { in lpfc_debugfs_dif_err_read()
1843 if (dent == phba->debug_InjErrLBA) { in lpfc_debugfs_dif_err_write()
1863 else if (dent == phba->debug_InjErrLBA) in lpfc_debugfs_dif_err_write()
5376 phba->debug_InjErrLBA = in lpfc_debugfs_initialize()
5380 if (!phba->debug_InjErrLBA) { in lpfc_debugfs_initialize()
5869 debugfs_remove(phba->debug_InjErrLBA); /* InjErrLBA */ in lpfc_debugfs_terminate()
5870 phba->debug_InjErrLBA = NULL; in lpfc_debugfs_terminate()
Dlpfc.h1000 struct dentry *debug_InjErrLBA; /* LBA to inject errors at */ member