Home
last modified time | relevance | path

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

/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2802 void *cachebuf = hisi_hba->debugfs_itct_cache[dump_index].cache; in hisi_sas_debugfs_snapshot_itct_reg()
3177 struct hisi_sas_debugfs_itct_cache *debugfs_itct_cache = s->private; in hisi_sas_debugfs_itct_cache_show() local
3178 struct hisi_sas_iost_itct_cache *itct_cache = debugfs_itct_cache->cache; in hisi_sas_debugfs_itct_cache_show()
3281 &hisi_hba->debugfs_itct_cache[dump_index], in hisi_sas_debugfs_create_files()
3828 devm_kfree(dev, hisi_hba->debugfs_itct_cache[dump_index].cache); in hisi_sas_debugfs_release()
3915 hisi_hba->debugfs_itct_cache[dump_index].cache = in hisi_sas_debugfs_alloc()
3917 if (!hisi_hba->debugfs_itct_cache[dump_index].cache) in hisi_sas_debugfs_alloc()
Dhisi_sas.h491 struct hisi_sas_debugfs_itct_cache debugfs_itct_cache[HISI_SAS_MAX_DEBUGFS_DUMP]; member