Lines Matching refs:throttlequeuedepth
72 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH;
73 module_param(throttlequeuedepth, int, 0444);
74 MODULE_PARM_DESC(throttlequeuedepth,
2250 instance->throttlequeuedepth + 1) {
2936 instance->host->can_queue = instance->throttlequeuedepth;
6428 /* Check for valid throttlequeuedepth module parameter */
6429 if (throttlequeuedepth &&
6430 throttlequeuedepth <= instance->max_scsi_cmds)
6431 instance->throttlequeuedepth = throttlequeuedepth;
6433 instance->throttlequeuedepth =