aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_crtn.h
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2007-10-27 13:38:00 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-01-11 19:22:33 -0500
commit76bb24efdc5de8eead0ccc07ec7e3b59a4ca0f15 (patch)
tree989311bb1be4a8331407bb6d3d67e5bd95e8a7a6 /drivers/scsi/lpfc/lpfc_crtn.h
parenta8adb83208020c913f010cb4e26d09e25300db8e (diff)
[SCSI] lpfc 8.2.3 : Internal loopback fixes
Internal loopback fixes: - Use HBQs rather than Q_RING_BUFF - Correct HBQs continuation entries - Update CT handler to SLI3 iocbs 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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index 338b5dd10a92..87bea176ac05 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -211,6 +211,11 @@ int lpfc_sli_ringpostbuf_put(struct lpfc_hba *, struct lpfc_sli_ring *,
211struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *, 211struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
212 struct lpfc_sli_ring *, 212 struct lpfc_sli_ring *,
213 dma_addr_t); 213 dma_addr_t);
214
215uint32_t lpfc_sli_get_buffer_tag(struct lpfc_hba *);
216struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *,
217 struct lpfc_sli_ring *, uint32_t );
218
214int lpfc_sli_hbq_count(void); 219int lpfc_sli_hbq_count(void);
215int lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *, uint32_t); 220int lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *, uint32_t);
216int lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *, uint32_t); 221int lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *, uint32_t);