diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_crtn.h | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index bd5135d3eee4..d527d05a607f 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h | |||
@@ -62,10 +62,6 @@ void lpfc_disc_timeout(unsigned long); | |||
62 | void lpfc_scan_timeout(unsigned long); | 62 | void lpfc_scan_timeout(unsigned long); |
63 | 63 | ||
64 | struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi); | 64 | struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi); |
65 | struct lpfc_nodelist *lpfc_findnode_remove_rpi(struct lpfc_hba * phba, | ||
66 | uint16_t rpi); | ||
67 | void lpfc_addnode_rpi(struct lpfc_hba * phba, struct lpfc_nodelist * ndlp, | ||
68 | uint16_t rpi); | ||
69 | 65 | ||
70 | int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t); | 66 | int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t); |
71 | int lpfc_do_work(void *); | 67 | int lpfc_do_work(void *); |
@@ -147,6 +143,9 @@ LPFC_MBOXQ_t *lpfc_mbox_get(struct lpfc_hba *); | |||
147 | int lpfc_mem_alloc(struct lpfc_hba *); | 143 | int lpfc_mem_alloc(struct lpfc_hba *); |
148 | void lpfc_mem_free(struct lpfc_hba *); | 144 | void lpfc_mem_free(struct lpfc_hba *); |
149 | 145 | ||
146 | struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *); | ||
147 | void lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb); | ||
148 | uint16_t lpfc_sli_next_iotag(struct lpfc_hba * phba, struct lpfc_iocbq * iocb); | ||
150 | int lpfc_sli_hba_setup(struct lpfc_hba *); | 149 | int lpfc_sli_hba_setup(struct lpfc_hba *); |
151 | int lpfc_sli_hba_down(struct lpfc_hba *); | 150 | int lpfc_sli_hba_down(struct lpfc_hba *); |
152 | int lpfc_sli_issue_mbox(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t); | 151 | int lpfc_sli_issue_mbox(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t); |
@@ -182,15 +181,11 @@ struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_hba * phba, uint32_t order, | |||
182 | int lpfc_sli_issue_mbox_wait(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq, | 181 | int lpfc_sli_issue_mbox_wait(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq, |
183 | uint32_t timeout); | 182 | uint32_t timeout); |
184 | 183 | ||
185 | int lpfc_sli_issue_iocb_wait_high_priority(struct lpfc_hba * phba, | 184 | int lpfc_sli_issue_iocb_wait(struct lpfc_hba * phba, |
186 | struct lpfc_sli_ring * pring, | 185 | struct lpfc_sli_ring * pring, |
187 | struct lpfc_iocbq * piocb, | 186 | struct lpfc_iocbq * piocb, |
188 | uint32_t flag, | 187 | struct lpfc_iocbq * prspiocbq, |
189 | struct lpfc_iocbq * prspiocbq, | 188 | uint32_t timeout); |
190 | uint32_t timeout); | ||
191 | void lpfc_sli_wake_iocb_high_priority(struct lpfc_hba * phba, | ||
192 | struct lpfc_iocbq * queue1, | ||
193 | struct lpfc_iocbq * queue2); | ||
194 | void lpfc_sli_abort_fcp_cmpl(struct lpfc_hba * phba, | 189 | void lpfc_sli_abort_fcp_cmpl(struct lpfc_hba * phba, |
195 | struct lpfc_iocbq * cmdiocb, | 190 | struct lpfc_iocbq * cmdiocb, |
196 | struct lpfc_iocbq * rspiocb); | 191 | struct lpfc_iocbq * rspiocb); |