[SCSI] mpt2sas: Fix missing reference tag seed with Type 2 devices
Ensure that the initial reference tag is passed on to the HBA firmware for DIF Type 2 devices. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Acked-by: Kashyap Desai <Kashyap.Desai@lsi.com> Signed-off-by: James Bottomley <jbottomley@parallels.com>
This commit is contained in:
parent
2a8cfad06e
commit
756aca7edd
1 changed files with 1 additions and 7 deletions
|
@ -3502,6 +3502,7 @@ _scsih_setup_eedp(struct scsi_cmnd *scmd, Mpi2SCSIIORequest_t *mpi_request)
|
||||||
|
|
||||||
switch (prot_type) {
|
switch (prot_type) {
|
||||||
case SCSI_PROT_DIF_TYPE1:
|
case SCSI_PROT_DIF_TYPE1:
|
||||||
|
case SCSI_PROT_DIF_TYPE2:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* enable ref/guard checking
|
* enable ref/guard checking
|
||||||
|
@ -3514,13 +3515,6 @@ _scsih_setup_eedp(struct scsi_cmnd *scmd, Mpi2SCSIIORequest_t *mpi_request)
|
||||||
cpu_to_be32(scsi_get_lba(scmd));
|
cpu_to_be32(scsi_get_lba(scmd));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SCSI_PROT_DIF_TYPE2:
|
|
||||||
|
|
||||||
eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG |
|
|
||||||
MPI2_SCSIIO_EEDPFLAGS_CHECK_REFTAG |
|
|
||||||
MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case SCSI_PROT_DIF_TYPE3:
|
case SCSI_PROT_DIF_TYPE3:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue