mirror of https://gitee.com/openkylin/linux.git
[SCSI] bnx2i: set change_queue_depth function
No reason that we cannot set the change_queue_depth function for bnx2i. We just forgot to when the driver was created. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
92ed4d6993
commit
9f9127fd0c
|
@ -1990,6 +1990,7 @@ static struct scsi_host_template bnx2i_host_template = {
|
||||||
.eh_abort_handler = iscsi_eh_abort,
|
.eh_abort_handler = iscsi_eh_abort,
|
||||||
.eh_device_reset_handler = iscsi_eh_device_reset,
|
.eh_device_reset_handler = iscsi_eh_device_reset,
|
||||||
.eh_target_reset_handler = iscsi_eh_target_reset,
|
.eh_target_reset_handler = iscsi_eh_target_reset,
|
||||||
|
.change_queue_depth = iscsi_change_queue_depth,
|
||||||
.can_queue = 1024,
|
.can_queue = 1024,
|
||||||
.max_sectors = 127,
|
.max_sectors = 127,
|
||||||
.cmd_per_lun = 32,
|
.cmd_per_lun = 32,
|
||||||
|
|
Loading…
Reference in New Issue