Searched refs:debugfs_itct (Results 1 – 2 of 2) sorted by relevance
1566 if (hisi_sas_debugfs_enable && hisi_hba->debugfs_itct) in hisi_sas_controller_reset()2058 if (hisi_sas_debugfs_enable && hisi_hba->debugfs_itct) in _hisi_sas_internal_task_abort()2775 void *databuf = hisi_hba->debugfs_itct; in hisi_sas_debugfs_snapshot_itct_reg()3121 struct hisi_sas_itct *debugfs_itct = hisi_hba->debugfs_itct; in hisi_sas_debugfs_itct_show() local3123 for (i = 0; i < HISI_SAS_MAX_ITCT_ENTRIES; i++, debugfs_itct++) { in hisi_sas_debugfs_itct_show()3124 __le64 *itct = &debugfs_itct->qw0; in hisi_sas_debugfs_itct_show()3126 hisi_sas_show_row_64(s, i, sizeof(*debugfs_itct), itct); in hisi_sas_debugfs_itct_show()3789 hisi_hba->debugfs_itct = devm_kmalloc(dev, sz, GFP_KERNEL); in hisi_sas_debugfs_alloc()3790 if (!hisi_hba->debugfs_itct) in hisi_sas_debugfs_alloc()
410 struct hisi_sas_itct *debugfs_itct; member