Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2159 int max_command_entries_ru, sz_slot_buf_ru; in hisi_sas_alloc() local
2221 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2227 s = max(lcm(max_command_entries_ru, sz_slot_buf_ru), PAGE_SIZE); in hisi_sas_alloc()
2228 blk_cnt = (max_command_entries_ru * sz_slot_buf_ru) / s; in hisi_sas_alloc()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2317 int max_command_entries_ru, sz_slot_buf_ru; in hisi_sas_alloc() local
2378 max_command_entries_ru = roundup(max_command_entries, 64); in hisi_sas_alloc()
2384 s = max(lcm(max_command_entries_ru, sz_slot_buf_ru), PAGE_SIZE); in hisi_sas_alloc()
2385 blk_cnt = (max_command_entries_ru * sz_slot_buf_ru) / s; in hisi_sas_alloc()

Completed in 9 milliseconds