Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3536 void *cachebuf = hisi_hba->debugfs_iost_cache[dump_index].cache; in debugfs_snapshot_iost_reg_v3_hw()
3752 struct hisi_sas_debugfs_iost_cache *debugfs_iost_cache = s->private; in debugfs_iost_cache_v3_hw_show() local
3754 debugfs_iost_cache->cache; in debugfs_iost_cache_v3_hw_show()
3885 &hisi_hba->debugfs_iost_cache[index], in debugfs_create_files_v3_hw()
4682 devm_kfree(dev, hisi_hba->debugfs_iost_cache[dump_index].cache); in debugfs_release_v3_hw()
4683 hisi_hba->debugfs_iost_cache[dump_index].cache = NULL; in debugfs_release_v3_hw()
4780 hisi_hba->debugfs_iost_cache[dump_index].cache = in debugfs_alloc_v3_hw()
4782 if (!hisi_hba->debugfs_iost_cache[dump_index].cache) in debugfs_alloc_v3_hw()
H A Dhisi_sas.h478 struct hisi_sas_debugfs_iost_cache debugfs_iost_cache[HISI_SAS_MAX_DEBUGFS_DUMP]; member