|
@@ -551,6 +551,7 @@ static struct scsi_host_template iscsi_iser_sht = {
|
|
.module = THIS_MODULE,
|
|
.module = THIS_MODULE,
|
|
.name = "iSCSI Initiator over iSER, v." DRV_VER,
|
|
.name = "iSCSI Initiator over iSER, v." DRV_VER,
|
|
.queuecommand = iscsi_queuecommand,
|
|
.queuecommand = iscsi_queuecommand,
|
|
|
|
+ .change_queue_depth = iscsi_change_queue_depth,
|
|
.can_queue = ISCSI_DEF_XMIT_CMDS_MAX - 1,
|
|
.can_queue = ISCSI_DEF_XMIT_CMDS_MAX - 1,
|
|
.sg_tablesize = ISCSI_ISER_SG_TABLESIZE,
|
|
.sg_tablesize = ISCSI_ISER_SG_TABLESIZE,
|
|
.max_sectors = 1024,
|
|
.max_sectors = 1024,
|