diff options
author | James Smart <James.Smart@Emulex.Com> | 2007-10-27 13:38:00 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-11 19:22:33 -0500 |
commit | 76bb24efdc5de8eead0ccc07ec7e3b59a4ca0f15 (patch) | |
tree | 989311bb1be4a8331407bb6d3d67e5bd95e8a7a6 /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | a8adb83208020c913f010cb4e26d09e25300db8e (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.h | 5 |
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 *, | |||
211 | struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *, | 211 | struct 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 | |||
215 | uint32_t lpfc_sli_get_buffer_tag(struct lpfc_hba *); | ||
216 | struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *, | ||
217 | struct lpfc_sli_ring *, uint32_t ); | ||
218 | |||
214 | int lpfc_sli_hbq_count(void); | 219 | int lpfc_sli_hbq_count(void); |
215 | int lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *, uint32_t); | 220 | int lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *, uint32_t); |
216 | int lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *, uint32_t); | 221 | int lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *, uint32_t); |