diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2015-10-19 21:40:37 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-11-10 02:30:03 +0100 |
commit | 1fffa19991b5a907303ca3f09cf3d8e91b0bd911 (patch) | |
tree | 7a8e7f328c5e1e065a349afafb3af79bce7e97f6 /drivers/scsi/bnx2fc/bnx2fc_els.c | |
parent | bnx2fc: Remove 'NetXtreme II' from source files. (diff) | |
download | linux-1fffa19991b5a907303ca3f09cf3d8e91b0bd911.tar.xz linux-1fffa19991b5a907303ca3f09cf3d8e91b0bd911.zip |
bnx2fc: Set ELS transfer length correctly for middle path commands.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_els.c')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_els.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_els.c b/drivers/scsi/bnx2fc/bnx2fc_els.c index 49d1e4d74bec..0d0ab2e272cb 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_els.c +++ b/drivers/scsi/bnx2fc/bnx2fc_els.c @@ -707,6 +707,7 @@ static int bnx2fc_initiate_els(struct bnx2fc_rport *tgt, unsigned int op, els_req->cb_func = cb_func; cb_arg->io_req = els_req; els_req->cb_arg = cb_arg; + els_req->data_xfer_len = data_len; mp_req = (struct bnx2fc_mp_req *)&(els_req->mp_req); rc = bnx2fc_init_mp_req(els_req); |