Signed-off-by: Saurav Kashyap <saurav.kash...@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malav...@qlogic.com>
---
 drivers/scsi/qla2xxx/qla_mr.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_mr.h b/drivers/scsi/qla2xxx/qla_mr.h
index 1a092af..179f8e4 100644
--- a/drivers/scsi/qla2xxx/qla_mr.h
+++ b/drivers/scsi/qla2xxx/qla_mr.h
@@ -434,9 +434,11 @@ struct qla_mt_iocb_rqst_fx00 {
 
        __le32 dataword_extra;
 
-       __le32 req_len;
+       __le16 req_len;
+       __le16 reserved_2;
 
-       __le32 rsp_len;
+       __le16 rsp_len;
+       __le16 reserved_3;
 };
 
 struct qla_mt_iocb_rsp_fx00 {
-- 
1.7.7


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to