Home
last modified time | relevance | path

Searched refs:throttlequeuedepth (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c83 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH; variable
84 module_param(throttlequeuedepth, int, S_IRUGO);
85 MODULE_PARM_DESC(throttlequeuedepth,
2109 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2795 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
5564 if (throttlequeuedepth && in megasas_init_fw()
5565 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
5566 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
5568 instance->throttlequeuedepth = in megasas_init_fw()
Dmegaraid_sas.h2295 u16 throttlequeuedepth; member
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid_sas88 2. Add throttlequeuedepth module parameter.