Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2761 u32 *databuf = hisi_hba->debugfs_regs[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg()
2764 hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_snapshot_ras_reg()
2899 const void *reg_ras = hw->debugfs_reg_array[DEBUGFS_RAS]; in hisi_sas_debugfs_ras_show()
2901 hisi_sas_debugfs_print_reg(hisi_hba->debugfs_regs[DEBUGFS_RAS], in hisi_sas_debugfs_ras_show()
3741 sz = hw->debugfs_reg_array[DEBUGFS_RAS]->count * 4; in hisi_sas_debugfs_alloc()
3742 hisi_hba->debugfs_regs[DEBUGFS_RAS] = in hisi_sas_debugfs_alloc()
3745 if (!hisi_hba->debugfs_regs[DEBUGFS_RAS]) in hisi_sas_debugfs_alloc()
Dhisi_sas.h264 DEBUGFS_RAS, enumerator
Dhisi_sas_v3_hw.c3100 .debugfs_reg_array[DEBUGFS_RAS] = &debugfs_ras_reg,