Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1998 int max_command_entries_ru, sz_slot_buf_ru; in hisi_sas_alloc() local
2060 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2062 s = lcm(max_command_entries_ru, sz_slot_buf_ru); in hisi_sas_alloc()
2063 blk_cnt = (max_command_entries_ru * sz_slot_buf_ru) / s; in hisi_sas_alloc()