Searched refs:MaxLiteCmds (Results 1 – 1 of 1) sorted by relevance
358 static uint32_t MaxLiteCmds = 32; /* Max Active Cmds for a Lite Adapter */ variable510 {"maxcmds", &MaxLiteCmds, 32}, in ips_setup()2502 if ((ha->max_cmds > MaxLiteCmds) && (MaxLiteCmds)) in ips_hainit()2503 ha->max_cmds = MaxLiteCmds; in ips_hainit()