Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c3560 void *cachebuf = hisi_hba->debugfs_iost_cache[dump_index].cache; in debugfs_snapshot_iost_reg_v3_hw()
3776 struct hisi_sas_debugfs_iost_cache *debugfs_iost_cache = s->private; in debugfs_iost_cache_v3_hw_show() local
3778 debugfs_iost_cache->cache; in debugfs_iost_cache_v3_hw_show()
3909 &hisi_hba->debugfs_iost_cache[index], in debugfs_create_files_v3_hw()
4587 devm_kfree(dev, hisi_hba->debugfs_iost_cache[dump_index].cache); in debugfs_release_v3_hw()
4588 hisi_hba->debugfs_iost_cache[dump_index].cache = NULL; in debugfs_release_v3_hw()
4685 hisi_hba->debugfs_iost_cache[dump_index].cache = in debugfs_alloc_v3_hw()
4687 if (!hisi_hba->debugfs_iost_cache[dump_index].cache) in debugfs_alloc_v3_hw()
Dhisi_sas.h478 struct hisi_sas_debugfs_iost_cache debugfs_iost_cache[HISI_SAS_MAX_DEBUGFS_DUMP]; member