Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1586 if (hisi_sas_debugfs_enable && hisi_hba->debugfs_itct[0].itct) in hisi_sas_controller_reset()
2078 if (hisi_sas_debugfs_enable && hisi_hba->debugfs_itct[0].itct) in _hisi_sas_internal_task_abort()
2803 void *databuf = hisi_hba->debugfs_itct[dump_index].itct; in hisi_sas_debugfs_snapshot_itct_reg()
3150 struct hisi_sas_debugfs_itct *debugfs_itct = s->private; in hisi_sas_debugfs_itct_show() local
3151 struct hisi_sas_itct *itct = debugfs_itct->itct; in hisi_sas_debugfs_itct_show()
3277 &hisi_hba->debugfs_itct[dump_index], in hisi_sas_debugfs_create_files()
3830 devm_kfree(dev, hisi_hba->debugfs_itct[dump_index].itct); in hisi_sas_debugfs_release()
3923 hisi_hba->debugfs_itct[dump_index].itct = in hisi_sas_debugfs_alloc()
3925 if (!hisi_hba->debugfs_itct[dump_index].itct) in hisi_sas_debugfs_alloc()
Dhisi_sas.h489 struct hisi_sas_debugfs_itct debugfs_itct[HISI_SAS_MAX_DEBUGFS_DUMP]; member