Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2301 int max_command_entries_ru, sz_slot_buf_ru; in hisi_sas_alloc() local
2364 sz_slot_buf_ru = sizeof(struct hisi_sas_slot_dif_buf_table); in hisi_sas_alloc()
2366 sz_slot_buf_ru = sizeof(struct hisi_sas_slot_buf_table); in hisi_sas_alloc()
2367 sz_slot_buf_ru = roundup(sz_slot_buf_ru, 64); in hisi_sas_alloc()
2368 s = max(lcm(max_command_entries_ru, sz_slot_buf_ru), PAGE_SIZE); in hisi_sas_alloc()
2369 blk_cnt = (max_command_entries_ru * sz_slot_buf_ru) / s; in hisi_sas_alloc()
2370 slots_per_blk = s / sz_slot_buf_ru; in hisi_sas_alloc()
2390 buf += sz_slot_buf_ru; in hisi_sas_alloc()
2391 buf_dma += sz_slot_buf_ru; in hisi_sas_alloc()