1
0

scsi: qla2xxx: Turn on FW option for exchange check

Tell FW to track exchange/cmd state to prevent driver from using stale
exchange or exchange that is not meant for this command.

Signed-off-by: Quinn Tran <quinn.tran@cavium.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Quinn Tran
2017-06-02 09:12:02 -07:00
committed by Martin K. Petersen
parent 83548fe2fc
commit f7e761f56c
3 changed files with 34 additions and 12 deletions

View File

@@ -426,7 +426,7 @@ struct ctio7_to_24xx {
} status0;
struct {
uint16_t sense_length;
uint16_t flags;
__le16 flags;
uint32_t residual;
__le16 ox_id;
uint16_t scsi_status;