Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2187 int i, s, j, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_init_mem() local
2209 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_init_mem()
2212 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_init_mem()
2224 int i, j, s, max_command_entries = HISI_SAS_MAX_COMMANDS; in hisi_sas_alloc() local
2280 hisi_hba->slot_info = devm_kcalloc(dev, max_command_entries, in hisi_sas_alloc()
2287 max_command_entries_ru = roundup(max_command_entries, in hisi_sas_alloc()
2322 s = max_command_entries * sizeof(struct hisi_sas_iost); in hisi_sas_alloc()
2328 s = max_command_entries * sizeof(struct hisi_sas_breakpoint); in hisi_sas_alloc()
2335 s = hisi_hba->slot_index_count = max_command_entries; in hisi_sas_alloc()