Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2176 int max_command_entries_ru, sz_slot_buf_ru; in hisi_sas_alloc() local
2238 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2244 s = max(lcm(max_command_entries_ru, sz_slot_buf_ru), PAGE_SIZE); in hisi_sas_alloc()
2245 blk_cnt = (max_command_entries_ru * sz_slot_buf_ru) / s; in hisi_sas_alloc()