Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c588 u32 max_mpt_cmd, i, j; in megasas_alloc_cmdlist_fusion() local
593 max_mpt_cmd = instance->max_mpt_cmds; in megasas_alloc_cmdlist_fusion()
601 kcalloc(max_mpt_cmd, sizeof(struct megasas_cmd_fusion *), in megasas_alloc_cmdlist_fusion()
609 for (i = 0; i < max_mpt_cmd; i++) { in megasas_alloc_cmdlist_fusion()