Lines Matching refs:throttlequeuedepth
72 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH;
73 module_param(throttlequeuedepth, int, 0444);
74 MODULE_PARM_DESC(throttlequeuedepth,
2260 instance->throttlequeuedepth + 1) {
2945 instance->host->can_queue = instance->throttlequeuedepth;
6484 /* Check for valid throttlequeuedepth module parameter */
6485 if (throttlequeuedepth &&
6486 throttlequeuedepth <= instance->max_scsi_cmds)
6487 instance->throttlequeuedepth = throttlequeuedepth;
6489 instance->throttlequeuedepth =