Home
last modified time | relevance | path

Searched refs:sz_slot_buf_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
2061 sz_slot_buf_ru = roundup(sizeof(struct hisi_sas_slot_buf_table), 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()
2064 slots_per_blk = s / sz_slot_buf_ru; in hisi_sas_alloc()