Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dips.c354 static uint32_t MaxLiteCmds = 32; /* Max Active Cmds for a Lite Adapter */ variable
506 {"maxcmds", &MaxLiteCmds, 32}, in ips_setup()
2498 if ((ha->max_cmds > MaxLiteCmds) && (MaxLiteCmds)) in ips_hainit()
2499 ha->max_cmds = MaxLiteCmds; in ips_hainit()