diff options
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | 2010-07-23 06:28:23 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-28 10:06:07 -0400 |
commit | d94d10e7277069801b4e31b40770314a8421f996 (patch) | |
tree | d860e246f919a8274761a238f6e6ee0ec00e6dd0 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 17cf2c5d76b468ca03e59c7cf60decfcef6c08c4 (diff) |
[SCSI] qla2xxx: Removed dependency for SRB structure for Marker processing
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 2bb187e23db0..7f9f86b8140b 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -250,16 +250,6 @@ struct srb_iocb { | |||
250 | uint32_t lun; | 250 | uint32_t lun; |
251 | uint32_t data; | 251 | uint32_t data; |
252 | } tmf; | 252 | } tmf; |
253 | struct { | ||
254 | /* | ||
255 | * values for modif field below are as | ||
256 | * defined in mrk_entry_24xx struct | ||
257 | * for the modifier field in qla_fw.h. | ||
258 | */ | ||
259 | uint8_t modif; | ||
260 | uint16_t lun; | ||
261 | uint32_t data; | ||
262 | } marker; | ||
263 | } u; | 253 | } u; |
264 | 254 | ||
265 | struct timer_list timer; | 255 | struct timer_list timer; |
@@ -277,7 +267,6 @@ struct srb_iocb { | |||
277 | #define SRB_CT_CMD 5 | 267 | #define SRB_CT_CMD 5 |
278 | #define SRB_ADISC_CMD 6 | 268 | #define SRB_ADISC_CMD 6 |
279 | #define SRB_TM_CMD 7 | 269 | #define SRB_TM_CMD 7 |
280 | #define SRB_MARKER_CMD 8 | ||
281 | 270 | ||
282 | struct srb_ctx { | 271 | struct srb_ctx { |
283 | uint16_t type; | 272 | uint16_t type; |