Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3881 struct hisi_sas_iost_itct_cache *itct_cache = in debugfs_itct_cache_v3_hw_show() local
3887 if (!debugfs_dump_is_generated_v3_hw(itct_cache)) in debugfs_itct_cache_v3_hw_show()
3890 for (i = 0; i < HISI_SAS_IOST_ITCT_CACHE_NUM; i++, itct_cache++) { in debugfs_itct_cache_v3_hw_show()
3897 tab_idx = itct_cache->data[1] & 0xffff; in debugfs_itct_cache_v3_hw_show()
3898 itct = (__le64 *)itct_cache; in debugfs_itct_cache_v3_hw_show()
3972 debugfs_create_file("itct_cache", 0400, dump_dentry, in debugfs_create_files_v3_hw()