Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c3356 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_linkrate_write()
3446 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_code_mode_write()
3498 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_phy_write()
3575 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_mode_write()
3633 if (enable == hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_enable_write()
3643 hisi_hba->debugfs_bist_enable = enable; in hisi_sas_debugfs_bist_enable_write()
3652 seq_printf(s, "%d\n", hisi_hba->debugfs_bist_enable); in hisi_sas_debugfs_bist_enable_show()
Dhisi_sas.h401 int debugfs_bist_enable; member