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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c375 static uint32_t MaxLiteCmds = 32; /* Max Active Cmds for a Lite Adapter */ variable
540 {"maxcmds", &MaxLiteCmds, 32},
2702 if ((ha->max_cmds > MaxLiteCmds) && (MaxLiteCmds))
2703 ha->max_cmds = MaxLiteCmds;

Completed in 117 milliseconds