Home
last modified time | relevance | path

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

/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c71 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH; variable
72 module_param(throttlequeuedepth, int, 0444);
73 MODULE_PARM_DESC(throttlequeuedepth,
2262 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2947 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
6487 if (throttlequeuedepth && in megasas_init_fw()
6488 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
6489 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
6491 instance->throttlequeuedepth = in megasas_init_fw()
H A Dmegaraid_sas.h2438 u16 throttlequeuedepth; member
/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas88 2. Add throttlequeuedepth module parameter.