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

/linux-master/drivers/scsi/
H A Dips.c358 static uint32_t MaxLiteCmds = 32; /* Max Active Cmds for a Lite Adapter */ variable
510 {"maxcmds", &MaxLiteCmds, 32},
2483 if ((ha->max_cmds > MaxLiteCmds) && (MaxLiteCmds))
2484 ha->max_cmds = MaxLiteCmds;

Completed in 108 milliseconds