Searched refs:sz_slot_buf_ru (Results 1 – 1 of 1) sorted by relevance
1998 int max_command_entries_ru, sz_slot_buf_ru; in hisi_sas_alloc() local2061 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()