Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas.h353 int (*set_bist)(struct hisi_hba *hisi_hba, bool enable); member
Dhisi_sas_main.c3666 if (!hisi_hba->hw->set_bist) in hisi_sas_debugfs_bist_enable_write()
3669 val = hisi_hba->hw->set_bist(hisi_hba, enable); in hisi_sas_debugfs_bist_enable_write()
Dhisi_sas_v3_hw.c3180 .set_bist = debugfs_set_bist_v3_hw,