Searched refs:tab_idx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 3109 int i, tab_idx; in hisi_sas_debugfs_iost_cache_show() local 3119 tab_idx = (iost_cache->data[1] & 0xffff); in hisi_sas_debugfs_iost_cache_show() 3122 hisi_sas_show_row_64(s, tab_idx, cache_size, iost); in hisi_sas_debugfs_iost_cache_show() 3176 int i, tab_idx; in hisi_sas_debugfs_itct_cache_show() local 3186 tab_idx = itct_cache->data[1] & 0xffff; in hisi_sas_debugfs_itct_cache_show() 3189 hisi_sas_show_row_64(s, tab_idx, cache_size, itct); in hisi_sas_debugfs_itct_cache_show()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 3722 int i, tab_idx; in debugfs_iost_cache_v3_hw_show() local 3732 tab_idx = (iost_cache->data[1] & 0xffff); in debugfs_iost_cache_v3_hw_show() 3735 debugfs_show_row_64_v3_hw(s, tab_idx, cache_size, iost); in debugfs_iost_cache_v3_hw_show() 3764 int i, tab_idx; in debugfs_itct_cache_v3_hw_show() local 3774 tab_idx = itct_cache->data[1] & 0xffff; in debugfs_itct_cache_v3_hw_show() 3777 debugfs_show_row_64_v3_hw(s, tab_idx, cache_size, itct); in debugfs_itct_cache_v3_hw_show()
|
Completed in 14 milliseconds