aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_crtn.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_crtn.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index 330dd7192a7f..9b2a16f3bc79 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -254,6 +254,7 @@ int
254lpfc_sli_handle_fast_ring_event(struct lpfc_hba *, 254lpfc_sli_handle_fast_ring_event(struct lpfc_hba *,
255 struct lpfc_sli_ring *, uint32_t); 255 struct lpfc_sli_ring *, uint32_t);
256 256
257struct lpfc_iocbq *__lpfc_sli_get_iocbq(struct lpfc_hba *);
257struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *); 258struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *);
258void lpfc_sli_release_iocbq(struct lpfc_hba *, struct lpfc_iocbq *); 259void lpfc_sli_release_iocbq(struct lpfc_hba *, struct lpfc_iocbq *);
259uint16_t lpfc_sli_next_iotag(struct lpfc_hba *, struct lpfc_iocbq *); 260uint16_t lpfc_sli_next_iotag(struct lpfc_hba *, struct lpfc_iocbq *);
@@ -460,6 +461,7 @@ int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t);
460int lpfc_issue_reg_vfi(struct lpfc_vport *); 461int lpfc_issue_reg_vfi(struct lpfc_vport *);
461int lpfc_issue_unreg_vfi(struct lpfc_vport *); 462int lpfc_issue_unreg_vfi(struct lpfc_vport *);
462int lpfc_selective_reset(struct lpfc_hba *); 463int lpfc_selective_reset(struct lpfc_hba *);
463int lpfc_sli4_read_config(struct lpfc_hba *phba); 464int lpfc_sli4_read_config(struct lpfc_hba *);
464int lpfc_scsi_buf_update(struct lpfc_hba *phba); 465void lpfc_sli4_node_prep(struct lpfc_hba *);
465void lpfc_sli4_node_prep(struct lpfc_hba *phba); 466int lpfc_sli4_xri_sgl_update(struct lpfc_hba *);
467void lpfc_free_sgl_list(struct lpfc_hba *, struct list_head *);