Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dips.c267 static uint32_t MaxLiteCmds = 32; /* Max Active Cmds for a Lite Adapter */ variable
546 {"maxcmds", &MaxLiteCmds, 32}, in ips_setup()
2686 if ((ha->max_cmds > MaxLiteCmds) && (MaxLiteCmds))
2687 ha->max_cmds = MaxLiteCmds;