Home
last modified time | relevance | path

Searched refs:throttlequeuedepth (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c72 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH; variable
73 module_param(throttlequeuedepth, int, 0444);
74 MODULE_PARM_DESC(throttlequeuedepth,
2250 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2936 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
6428 /* Check for valid throttlequeuedepth module parameter */ in megasas_init_fw()
6429 if (throttlequeuedepth && in megasas_init_fw()
6430 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
6431 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
[all...]
H A Dmegaraid_sas.h2433 u16 throttlequeuedepth; member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c72 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH; variable
73 module_param(throttlequeuedepth, int, 0444);
74 MODULE_PARM_DESC(throttlequeuedepth,
2260 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2945 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
6484 /* Check for valid throttlequeuedepth module parameter */ in megasas_init_fw()
6485 if (throttlequeuedepth && in megasas_init_fw()
6486 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
6487 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
[all...]
H A Dmegaraid_sas.h2438 u16 throttlequeuedepth; member

Completed in 26 milliseconds