Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c3386 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_linkrate_write()
3476 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_code_mode_write()
3528 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_phy_write()
3605 if (hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_mode_write()
3663 if (enable == hisi_hba->debugfs_bist_enable) in hisi_sas_debugfs_bist_enable_write()
3673 hisi_hba->debugfs_bist_enable = enable; in hisi_sas_debugfs_bist_enable_write()
3682 seq_printf(s, "%d\n", hisi_hba->debugfs_bist_enable); in hisi_sas_debugfs_bist_enable_show()
Dhisi_sas.h478 int debugfs_bist_enable; member