Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3542 void *databuf = hisi_hba->debugfs_itct[dump_index].itct; in debugfs_snapshot_itct_reg_v3_hw()
3806 struct hisi_sas_debugfs_itct *debugfs_itct = s->private; in debugfs_itct_v3_hw_show() local
3807 struct hisi_sas_itct *itct = debugfs_itct->itct; in debugfs_itct_v3_hw_show()
3913 &hisi_hba->debugfs_itct[index], in debugfs_create_files_v3_hw()
4593 devm_kfree(dev, hisi_hba->debugfs_itct[dump_index].itct); in debugfs_release_v3_hw()
4594 hisi_hba->debugfs_itct[dump_index].itct = NULL; in debugfs_release_v3_hw()
4701 hisi_hba->debugfs_itct[dump_index].itct = in debugfs_alloc_v3_hw()
4703 if (!hisi_hba->debugfs_itct[dump_index].itct) in debugfs_alloc_v3_hw()
H A Dhisi_sas.h477 struct hisi_sas_debugfs_itct debugfs_itct[HISI_SAS_MAX_DEBUGFS_DUMP]; member