Searched refs:throttlequeuedepth (Results 1 – 3 of 3) sorted by relevance
81 static unsigned int throttlequeuedepth = MEGASAS_THROTTLE_QUEUE_DEPTH; variable82 module_param(throttlequeuedepth, int, S_IRUGO);83 MODULE_PARM_DESC(throttlequeuedepth,1881 instance->throttlequeuedepth + 1) { in megasas_check_and_restore_queue_depth()2587 instance->host->can_queue = instance->throttlequeuedepth; in megasas_reset_timer()4928 if (throttlequeuedepth && in megasas_init_fw()4929 throttlequeuedepth <= instance->max_scsi_cmds) in megasas_init_fw()4930 instance->throttlequeuedepth = throttlequeuedepth; in megasas_init_fw()4932 instance->throttlequeuedepth = in megasas_init_fw()
1826 u16 throttlequeuedepth; member
88 2. Add throttlequeuedepth module parameter.