diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-30 20:43:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-30 20:43:10 -0500 |
commit | 590cf28580c999c8ba70dc39b40bab09d69e2630 (patch) | |
tree | 22b9aa4b148bea8a310b760521d1032eef7d743f /drivers/scsi/qla2xxx/qla_fw.h | |
parent | f54a6ec0fd85002d94d05b4bb679508eeb066683 (diff) | |
parent | fb5edd020fa0fbe991f4a473611ad530d2237425 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (104 commits)
[SCSI] fcoe: fix configuration problems
[SCSI] cxgb3i: fix select/depend problem
[SCSI] fcoe: fix incorrect use of struct module
[SCSI] cxgb3i: remove use of skb->sp
[SCSI] cxgb3i: Add cxgb3i iSCSI driver.
[SCSI] zfcp: Remove unnecessary warning message
[SCSI] zfcp: Add support for unchained FSF requests
[SCSI] zfcp: Remove busid macro
[SCSI] zfcp: remove DID_DID flag
[SCSI] zfcp: Simplify mask lookups for incoming RSCNs
[SCSI] zfcp: Remove initial device data from zfcp_data
[SCSI] zfcp: fix compile warning
[SCSI] zfcp: Remove adapter list
[SCSI] zfcp: Simplify SBAL allocation to fix sparse warnings
[SCSI] zfcp: register with SCSI layer on ccw registration
[SCSI] zfcp: Fix message line break
[SCSI] qla2xxx: changes in multiq code
[SCSI] eata: fix the data buffer accessors conversion regression
[SCSI] ibmvfc: Improve async event handling
[SCSI] lpfc : correct printk types on PPC compiles
...
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_fw.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_fw.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/drivers/scsi/qla2xxx/qla_fw.h b/drivers/scsi/qla2xxx/qla_fw.h index d1d14202575a..ee1f1e794c2d 100644 --- a/drivers/scsi/qla2xxx/qla_fw.h +++ b/drivers/scsi/qla2xxx/qla_fw.h | |||
@@ -299,7 +299,8 @@ struct init_cb_24xx { | |||
299 | uint32_t response_q_address[2]; | 299 | uint32_t response_q_address[2]; |
300 | uint32_t prio_request_q_address[2]; | 300 | uint32_t prio_request_q_address[2]; |
301 | 301 | ||
302 | uint8_t reserved_2[8]; | 302 | uint16_t msix; |
303 | uint8_t reserved_2[6]; | ||
303 | 304 | ||
304 | uint16_t atio_q_inpointer; | 305 | uint16_t atio_q_inpointer; |
305 | uint16_t atio_q_length; | 306 | uint16_t atio_q_length; |
@@ -372,8 +373,9 @@ struct init_cb_24xx { | |||
372 | * BIT 17-31 = Reserved | 373 | * BIT 17-31 = Reserved |
373 | */ | 374 | */ |
374 | uint32_t firmware_options_3; | 375 | uint32_t firmware_options_3; |
375 | 376 | uint16_t qos; | |
376 | uint8_t reserved_3[24]; | 377 | uint16_t rid; |
378 | uint8_t reserved_3[20]; | ||
377 | }; | 379 | }; |
378 | 380 | ||
379 | /* | 381 | /* |
@@ -754,7 +756,8 @@ struct abort_entry_24xx { | |||
754 | 756 | ||
755 | uint32_t handle_to_abort; /* System handle to abort. */ | 757 | uint32_t handle_to_abort; /* System handle to abort. */ |
756 | 758 | ||
757 | uint8_t reserved_1[32]; | 759 | uint16_t req_que_no; |
760 | uint8_t reserved_1[30]; | ||
758 | 761 | ||
759 | uint8_t port_id[3]; /* PortID of destination port. */ | 762 | uint8_t port_id[3]; /* PortID of destination port. */ |
760 | uint8_t vp_index; | 763 | uint8_t vp_index; |
@@ -1258,7 +1261,8 @@ struct qla_npiv_header { | |||
1258 | struct qla_npiv_entry { | 1261 | struct qla_npiv_entry { |
1259 | uint16_t flags; | 1262 | uint16_t flags; |
1260 | uint16_t vf_id; | 1263 | uint16_t vf_id; |
1261 | uint16_t qos; | 1264 | uint8_t q_qos; |
1265 | uint8_t f_qos; | ||
1262 | uint16_t unused1; | 1266 | uint16_t unused1; |
1263 | uint8_t port_name[WWN_SIZE]; | 1267 | uint8_t port_name[WWN_SIZE]; |
1264 | uint8_t node_name[WWN_SIZE]; | 1268 | uint8_t node_name[WWN_SIZE]; |