Searched refs:throttlequeuedepth (Results 1 – 3 of 3) sorted by relevance
71 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH; variable72 module_param(throttlequeuedepth, int, 0444);73 MODULE_PARM_DESC(throttlequeuedepth,2245 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()2931 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()6413 if (throttlequeuedepth && in megasas_init_fw()6414 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()6415 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()6417 instance->throttlequeuedepth = in megasas_init_fw()
2431 u16 throttlequeuedepth; member
88 2. Add throttlequeuedepth module parameter.