diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index aa10f7951634..c618eaf3c0c8 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -109,7 +109,7 @@ struct hbq_dmabuf { | |||
109 | struct lpfc_dmabuf dbuf; | 109 | struct lpfc_dmabuf dbuf; |
110 | uint32_t size; | 110 | uint32_t size; |
111 | uint32_t tag; | 111 | uint32_t tag; |
112 | struct lpfc_rcqe rcqe; | 112 | struct lpfc_cq_event cq_event; |
113 | }; | 113 | }; |
114 | 114 | ||
115 | /* Priority bit. Set value to exceed low water mark in lpfc_mem. */ | 115 | /* Priority bit. Set value to exceed low water mark in lpfc_mem. */ |
@@ -551,6 +551,7 @@ struct lpfc_hba { | |||
551 | uint8_t fc_linkspeed; /* Link speed after last READ_LA */ | 551 | uint8_t fc_linkspeed; /* Link speed after last READ_LA */ |
552 | 552 | ||
553 | uint32_t fc_eventTag; /* event tag for link attention */ | 553 | uint32_t fc_eventTag; /* event tag for link attention */ |
554 | uint32_t link_events; | ||
554 | 555 | ||
555 | /* These fields used to be binfo */ | 556 | /* These fields used to be binfo */ |
556 | uint32_t fc_pref_DID; /* preferred D_ID */ | 557 | uint32_t fc_pref_DID; /* preferred D_ID */ |