Searched refs:debugfs_itct_cache (Results 1 – 2 of 2) sorted by relevance
2798 void *cachebuf = hisi_hba->debugfs_itct_cache[dump_index].cache; in hisi_sas_debugfs_snapshot_itct_reg()3173 struct hisi_sas_debugfs_itct_cache *debugfs_itct_cache = s->private; in hisi_sas_debugfs_itct_cache_show() local3174 struct hisi_sas_iost_itct_cache *itct_cache = debugfs_itct_cache->cache; in hisi_sas_debugfs_itct_cache_show()3277 &hisi_hba->debugfs_itct_cache[dump_index], in hisi_sas_debugfs_create_files()3824 devm_kfree(dev, hisi_hba->debugfs_itct_cache[dump_index].cache); in hisi_sas_debugfs_release()3911 hisi_hba->debugfs_itct_cache[dump_index].cache = in hisi_sas_debugfs_alloc()3913 if (!hisi_hba->debugfs_itct_cache[dump_index].cache) in hisi_sas_debugfs_alloc()
491 struct hisi_sas_debugfs_itct_cache debugfs_itct_cache[HISI_SAS_MAX_DEBUGFS_DUMP]; member