Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3598 void *cachebuf = hisi_hba->debugfs_itct_cache[dump_index].cache; in debugfs_snapshot_itct_reg_v3_hw()
3880 struct hisi_sas_debugfs_itct_cache *debugfs_itct_cache = s->private; in debugfs_itct_cache_v3_hw_show() local
3882 debugfs_itct_cache->cache; in debugfs_itct_cache_v3_hw_show()
3973 &hisi_hba->debugfs_itct_cache[index], in debugfs_create_files_v3_hw()
4647 devm_kfree(dev, hisi_hba->debugfs_itct_cache[dump_index].cache); in debugfs_release_v3_hw()
4648 hisi_hba->debugfs_itct_cache[dump_index].cache = NULL; in debugfs_release_v3_hw()
4751 hisi_hba->debugfs_itct_cache[dump_index].cache = in debugfs_alloc_v3_hw()
4753 if (!hisi_hba->debugfs_itct_cache[dump_index].cache) in debugfs_alloc_v3_hw()
H A Dhisi_sas.h491 struct hisi_sas_debugfs_itct_cache debugfs_itct_cache[HISI_SAS_MAX_DEBUGFS_DUMP]; member