diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_crtn.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_crtn.h | 8 |
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 | |||
254 | lpfc_sli_handle_fast_ring_event(struct lpfc_hba *, | 254 | lpfc_sli_handle_fast_ring_event(struct lpfc_hba *, |
255 | struct lpfc_sli_ring *, uint32_t); | 255 | struct lpfc_sli_ring *, uint32_t); |
256 | 256 | ||
257 | struct lpfc_iocbq *__lpfc_sli_get_iocbq(struct lpfc_hba *); | ||
257 | struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *); | 258 | struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *); |
258 | void lpfc_sli_release_iocbq(struct lpfc_hba *, struct lpfc_iocbq *); | 259 | void lpfc_sli_release_iocbq(struct lpfc_hba *, struct lpfc_iocbq *); |
259 | uint16_t lpfc_sli_next_iotag(struct lpfc_hba *, struct lpfc_iocbq *); | 260 | uint16_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); | |||
460 | int lpfc_issue_reg_vfi(struct lpfc_vport *); | 461 | int lpfc_issue_reg_vfi(struct lpfc_vport *); |
461 | int lpfc_issue_unreg_vfi(struct lpfc_vport *); | 462 | int lpfc_issue_unreg_vfi(struct lpfc_vport *); |
462 | int lpfc_selective_reset(struct lpfc_hba *); | 463 | int lpfc_selective_reset(struct lpfc_hba *); |
463 | int lpfc_sli4_read_config(struct lpfc_hba *phba); | 464 | int lpfc_sli4_read_config(struct lpfc_hba *); |
464 | int lpfc_scsi_buf_update(struct lpfc_hba *phba); | 465 | void lpfc_sli4_node_prep(struct lpfc_hba *); |
465 | void lpfc_sli4_node_prep(struct lpfc_hba *phba); | 466 | int lpfc_sli4_xri_sgl_update(struct lpfc_hba *); |
467 | void lpfc_free_sgl_list(struct lpfc_hba *, struct list_head *); | ||