diff options
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | 2005-06-25 10:34:30 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-02 19:57:22 -0400 |
commit | 5eb95af086f5d2e554bb119f3cb71f7ca38bfe85 (patch) | |
tree | d969d2f0e53b4c5289ff2acc4c141bf246866ac2 /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | 1f679cafd2d02b7076e9045d9c4fb77ef8d059f2 (diff) |
[SCSI] lpfc: Add completion handler to the abort iocbs
Add completion handler to the abort iocbs to close a hole where we
could reuse an iotag.
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_crtn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index c504477a6a5d..ba6728831eab 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h | |||
@@ -195,6 +195,9 @@ int lpfc_sli_issue_iocb_wait_high_priority(struct lpfc_hba * phba, | |||
195 | void lpfc_sli_wake_iocb_high_priority(struct lpfc_hba * phba, | 195 | void lpfc_sli_wake_iocb_high_priority(struct lpfc_hba * phba, |
196 | struct lpfc_iocbq * queue1, | 196 | struct lpfc_iocbq * queue1, |
197 | struct lpfc_iocbq * queue2); | 197 | struct lpfc_iocbq * queue2); |
198 | void lpfc_sli_abort_fcp_cmpl(struct lpfc_hba * phba, | ||
199 | struct lpfc_iocbq * cmdiocb, | ||
200 | struct lpfc_iocbq * rspiocb); | ||
198 | 201 | ||
199 | void *lpfc_mbuf_alloc(struct lpfc_hba *, int, dma_addr_t *); | 202 | void *lpfc_mbuf_alloc(struct lpfc_hba *, int, dma_addr_t *); |
200 | void lpfc_mbuf_free(struct lpfc_hba *, void *, dma_addr_t); | 203 | void lpfc_mbuf_free(struct lpfc_hba *, void *, dma_addr_t); |