Home
last modified time | relevance | path

Searched refs:itct_cache (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c3174 struct hisi_sas_iost_itct_cache *itct_cache = debugfs_itct_cache->cache; in hisi_sas_debugfs_itct_cache_show() local
3179 for (i = 0; i < HISI_SAS_IOST_ITCT_CACHE_NUM; i++, itct_cache++) { in hisi_sas_debugfs_itct_cache_show()
3186 tab_idx = itct_cache->data[1] & 0xffff; in hisi_sas_debugfs_itct_cache_show()
3187 itct = (__le64 *)itct_cache; in hisi_sas_debugfs_itct_cache_show()
3276 debugfs_create_file("itct_cache", 0400, dump_dentry, in hisi_sas_debugfs_create_files()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3761 struct hisi_sas_iost_itct_cache *itct_cache = in debugfs_itct_cache_v3_hw_show() local
3767 for (i = 0; i < HISI_SAS_IOST_ITCT_CACHE_NUM; i++, itct_cache++) { in debugfs_itct_cache_v3_hw_show()
3774 tab_idx = itct_cache->data[1] & 0xffff; in debugfs_itct_cache_v3_hw_show()
3775 itct = (__le64 *)itct_cache; in debugfs_itct_cache_v3_hw_show()
3850 debugfs_create_file("itct_cache", 0400, dump_dentry, in debugfs_create_files_v3_hw()

Completed in 14 milliseconds