diff options
author | Joe Carnuccio <joe.carnuccio@qlogic.com> | 2013-03-28 16:21:26 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-04-12 02:48:42 +0400 |
commit | 1b98b42150af7ab1673a49219ea86111109e0ef8 (patch) | |
tree | a930f3e86c79888c4018932c2d522b62ceb4b365 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 490b773a02a1832f629fe36e3e5d6b9d54f74d2c (diff) | |
download | linux-1b98b42150af7ab1673a49219ea86111109e0ef8.tar.xz |
[SCSI] qla2xxx: Obtain loopback iteration count from bsg request.
qla2x00_loopback_test() was hard setting the loopback iteration
count to 1 rather than obtaining it from the bsg request.
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index e52722d759fc..c32efc753229 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -417,6 +417,7 @@ struct msg_echo_lb { uint16_t rsp_sg_cnt; uint16_t options; uint32_t transfer_size; + uint32_t iteration_count; }; /* |