Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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,
2219 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2905 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
6432 if (throttlequeuedepth && in megasas_init_fw()
6433 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
6434 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
6436 instance->throttlequeuedepth = in megasas_init_fw()
H A Dmegaraid_sas.h2422 u16 throttlequeuedepth; member
/dports/multimedia/libv4l/linux-5.13-rc2/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,
2219 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2905 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
6432 if (throttlequeuedepth && in megasas_init_fw()
6433 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
6434 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
6436 instance->throttlequeuedepth = in megasas_init_fw()
H A Dmegaraid_sas.h2422 u16 throttlequeuedepth; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/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,
2219 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()
2905 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()
6432 if (throttlequeuedepth && in megasas_init_fw()
6433 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()
6434 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()
6436 instance->throttlequeuedepth = in megasas_init_fw()
H A Dmegaraid_sas.h2422 u16 throttlequeuedepth; member
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scsi/
H A DChangeLog.megaraid_sas88 2. Add throttlequeuedepth module parameter.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scsi/
H A DChangeLog.megaraid_sas88 2. Add throttlequeuedepth module parameter.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/scsi/
H A DChangeLog.megaraid_sas88 2. Add throttlequeuedepth module parameter.