[SCSI] lpfc 8.3.25: Adapter Interface fixes and changes
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_hw.h
index ab4c4d651d0cf83226e9e00ba9d760c6dbbd7c09..046edc4ab35f7a858dc6c536b06c41c2cb3defe8 100644 (file)
@@ -3470,11 +3470,16 @@ typedef struct {
    or CMD_IOCB_RCV_SEQ64_CX (0xB5) */
 
 struct rcv_sli3 {
-       uint32_t word8Rsvd;
 #ifdef __BIG_ENDIAN_BITFIELD
+       uint16_t ox_id;
+       uint16_t seq_cnt;
+
        uint16_t vpi;
        uint16_t word9Rsvd;
 #else  /*  __LITTLE_ENDIAN */
+       uint16_t seq_cnt;
+       uint16_t ox_id;
+
        uint16_t word9Rsvd;
        uint16_t vpi;
 #endif
This page took 0.025184 seconds and 5 git commands to generate.