Home
last modified time | relevance | path

Searched refs:set_bist (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas.h313 int (*set_bist)(struct hisi_hba *hisi_hba, bool enable); member
Dhisi_sas_main.c3636 if (!hisi_hba->hw->set_bist) in hisi_sas_debugfs_bist_enable_write()
3639 val = hisi_hba->hw->set_bist(hisi_hba, enable); in hisi_sas_debugfs_bist_enable_write()
Dhisi_sas_v3_hw.c3105 .set_bist = debugfs_set_bist_v3_hw,