aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_crtn.h
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2009-07-19 10:01:21 -0400
committerJames Bottomley <James.Bottomley@suse.de>2009-08-22 18:51:58 -0400
commit32b9793fe6ff09a85f36b8bd7d6ff214653a7497 (patch)
treee4bfaf3c28982f9e9b2555ba06dc780e7cb70dca /drivers/scsi/lpfc/lpfc_crtn.h
parent8568a4d2495ebcf5da38a2141c7633399143b1a5 (diff)
[SCSI] lpfc 8.3.4: Fix a pair of FCoE issues
Fix a pair of FCoE issues - Fix Region 23 FCoE Parameters not being read correctly - Fix race condition when there are FCoE events during FCF table read Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_crtn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index 84e53bb1daa3..d52aa3310551 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -189,6 +189,7 @@ void lpfc_unreg_vfi(struct lpfcMboxq *, uint16_t);
189void lpfc_reg_fcfi(struct lpfc_hba *, struct lpfcMboxq *); 189void lpfc_reg_fcfi(struct lpfc_hba *, struct lpfcMboxq *);
190void lpfc_unreg_fcfi(struct lpfcMboxq *, uint16_t); 190void lpfc_unreg_fcfi(struct lpfcMboxq *, uint16_t);
191void lpfc_resume_rpi(struct lpfcMboxq *, struct lpfc_nodelist *); 191void lpfc_resume_rpi(struct lpfcMboxq *, struct lpfc_nodelist *);
192int lpfc_check_pending_fcoe_event(struct lpfc_hba *, uint8_t);
192 193
193void lpfc_config_hbq(struct lpfc_hba *, uint32_t, struct lpfc_hbq_init *, 194void lpfc_config_hbq(struct lpfc_hba *, uint32_t, struct lpfc_hbq_init *,
194 uint32_t , LPFC_MBOXQ_t *); 195 uint32_t , LPFC_MBOXQ_t *);