diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_scsi.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_scsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c index cb000c9833bb..208256e39def 100644 --- a/drivers/s390/scsi/zfcp_scsi.c +++ b/drivers/s390/scsi/zfcp_scsi.c | |||
@@ -681,6 +681,7 @@ void zfcp_scsi_set_prot(struct zfcp_adapter *adapter) | |||
681 | adapter->adapter_features & FSF_FEATURE_DIX_PROT_TCPIP) { | 681 | adapter->adapter_features & FSF_FEATURE_DIX_PROT_TCPIP) { |
682 | mask |= SHOST_DIX_TYPE1_PROTECTION; | 682 | mask |= SHOST_DIX_TYPE1_PROTECTION; |
683 | scsi_host_set_guard(shost, SHOST_DIX_GUARD_IP); | 683 | scsi_host_set_guard(shost, SHOST_DIX_GUARD_IP); |
684 | shost->sg_prot_tablesize = ZFCP_QDIO_MAX_SBALES_PER_REQ / 2; | ||
684 | shost->sg_tablesize = ZFCP_QDIO_MAX_SBALES_PER_REQ / 2; | 685 | shost->sg_tablesize = ZFCP_QDIO_MAX_SBALES_PER_REQ / 2; |
685 | shost->max_sectors = ZFCP_QDIO_MAX_SBALES_PER_REQ * 8 / 2; | 686 | shost->max_sectors = ZFCP_QDIO_MAX_SBALES_PER_REQ * 8 / 2; |
686 | } | 687 | } |