diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index ab4c4d651d0c..046edc4ab35f 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h | |||
@@ -3470,11 +3470,16 @@ typedef struct { | |||
3470 | or CMD_IOCB_RCV_SEQ64_CX (0xB5) */ | 3470 | or CMD_IOCB_RCV_SEQ64_CX (0xB5) */ |
3471 | 3471 | ||
3472 | struct rcv_sli3 { | 3472 | struct rcv_sli3 { |
3473 | uint32_t word8Rsvd; | ||
3474 | #ifdef __BIG_ENDIAN_BITFIELD | 3473 | #ifdef __BIG_ENDIAN_BITFIELD |
3474 | uint16_t ox_id; | ||
3475 | uint16_t seq_cnt; | ||
3476 | |||
3475 | uint16_t vpi; | 3477 | uint16_t vpi; |
3476 | uint16_t word9Rsvd; | 3478 | uint16_t word9Rsvd; |
3477 | #else /* __LITTLE_ENDIAN */ | 3479 | #else /* __LITTLE_ENDIAN */ |
3480 | uint16_t seq_cnt; | ||
3481 | uint16_t ox_id; | ||
3482 | |||
3478 | uint16_t word9Rsvd; | 3483 | uint16_t word9Rsvd; |
3479 | uint16_t vpi; | 3484 | uint16_t vpi; |
3480 | #endif | 3485 | #endif |