aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_crtn.h
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2009-05-22 14:52:52 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-08 12:24:50 -0400
commit04c684968487eb4f98728363a97b8da48f3bb958 (patch)
tree33f59839ca26a1904c4e2d2895598f543266feb0 /drivers/scsi/lpfc/lpfc_crtn.h
parent4f774513f7b3fe96648b8936f60f835e6ceaa88e (diff)
[SCSI] lpfc 8.3.2 : Addition of SLI4 Interface - Mailbox handling
The mailbox commands themselves are the same, or very similar to their SLI3 counterparts. This patch genericizes mailbox command handling and adds support for the new SLI4 mailbox queue. Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
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 3802e455734f..e0f1cd4b3d3d 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -209,6 +209,7 @@ void lpfc_sli_release_iocbq(struct lpfc_hba *, struct lpfc_iocbq *);
209uint16_t lpfc_sli_next_iotag(struct lpfc_hba *, struct lpfc_iocbq *); 209uint16_t lpfc_sli_next_iotag(struct lpfc_hba *, struct lpfc_iocbq *);
210void lpfc_sli_cancel_iocbs(struct lpfc_hba *, struct list_head *, uint32_t, 210void lpfc_sli_cancel_iocbs(struct lpfc_hba *, struct list_head *, uint32_t,
211 uint32_t); 211 uint32_t);
212void lpfc_sli_wake_mbox_wait(struct lpfc_hba *, LPFC_MBOXQ_t *);
212 213
213void lpfc_reset_barrier(struct lpfc_hba * phba); 214void lpfc_reset_barrier(struct lpfc_hba * phba);
214int lpfc_sli_brdready(struct lpfc_hba *, uint32_t); 215int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);