Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c560 u32 max_mpt_cmd, i, j; in megasas_alloc_cmdlist_fusion() local
565 max_mpt_cmd = instance->max_mpt_cmds; in megasas_alloc_cmdlist_fusion()
573 kcalloc(max_mpt_cmd, sizeof(struct megasas_cmd_fusion *), in megasas_alloc_cmdlist_fusion()
581 for (i = 0; i < max_mpt_cmd; i++) { in megasas_alloc_cmdlist_fusion()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A 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()

Completed in 11 milliseconds