diff options
author | Jamie Wellnitz <Jamie.Wellnitz@emulex.com> | 2006-02-28 19:25:11 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-02-28 19:50:44 -0500 |
commit | 3bbae37ab42d9d7d6c707e275ea944104a1f38ca (patch) | |
tree | 306a7a3b7dbdc02eb27099f3d5669007c7f6d752 /drivers/scsi/lpfc/lpfc_crtn.h | |
parent | 32f95792500794a0a7cce266b7dafb2bee323bf8 (diff) |
[SCSI] lpfc 8.1.2: Remove unused prototypes from lpfc_crtn.h
Remove unused prototypes from lpfc_crtn.h
Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@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 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index f1e708946e66..eda353b918ab 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h | |||
@@ -42,9 +42,6 @@ void lpfc_mbx_cmpl_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); | |||
42 | void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); | 42 | void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); |
43 | void lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); | 43 | void lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); |
44 | void lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); | 44 | void lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *); |
45 | int lpfc_nlp_plogi(struct lpfc_hba *, struct lpfc_nodelist *); | ||
46 | int lpfc_nlp_adisc(struct lpfc_hba *, struct lpfc_nodelist *); | ||
47 | int lpfc_nlp_unmapped(struct lpfc_hba *, struct lpfc_nodelist *); | ||
48 | int lpfc_nlp_list(struct lpfc_hba *, struct lpfc_nodelist *, int); | 45 | int lpfc_nlp_list(struct lpfc_hba *, struct lpfc_nodelist *, int); |
49 | void lpfc_set_disctmo(struct lpfc_hba *); | 46 | void lpfc_set_disctmo(struct lpfc_hba *); |
50 | int lpfc_can_disctmo(struct lpfc_hba *); | 47 | int lpfc_can_disctmo(struct lpfc_hba *); |
@@ -54,12 +51,10 @@ int lpfc_check_sli_ndlp(struct lpfc_hba *, struct lpfc_sli_ring *, | |||
54 | int lpfc_nlp_remove(struct lpfc_hba *, struct lpfc_nodelist *); | 51 | int lpfc_nlp_remove(struct lpfc_hba *, struct lpfc_nodelist *); |
55 | void lpfc_nlp_init(struct lpfc_hba *, struct lpfc_nodelist *, uint32_t); | 52 | void lpfc_nlp_init(struct lpfc_hba *, struct lpfc_nodelist *, uint32_t); |
56 | struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_hba *, uint32_t); | 53 | struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_hba *, uint32_t); |
57 | struct lpfc_nodelist *lpfc_setup_rscn_node(struct lpfc_hba *, uint32_t); | ||
58 | void lpfc_disc_list_loopmap(struct lpfc_hba *); | 54 | void lpfc_disc_list_loopmap(struct lpfc_hba *); |
59 | void lpfc_disc_start(struct lpfc_hba *); | 55 | void lpfc_disc_start(struct lpfc_hba *); |
60 | void lpfc_disc_flush_list(struct lpfc_hba *); | 56 | void lpfc_disc_flush_list(struct lpfc_hba *); |
61 | void lpfc_disc_timeout(unsigned long); | 57 | void lpfc_disc_timeout(unsigned long); |
62 | void lpfc_scan_timeout(unsigned long); | ||
63 | 58 | ||
64 | struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi); | 59 | struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi); |
65 | 60 | ||
@@ -68,12 +63,6 @@ int lpfc_do_work(void *); | |||
68 | int lpfc_disc_state_machine(struct lpfc_hba *, struct lpfc_nodelist *, void *, | 63 | int lpfc_disc_state_machine(struct lpfc_hba *, struct lpfc_nodelist *, void *, |
69 | uint32_t); | 64 | uint32_t); |
70 | 65 | ||
71 | uint32_t lpfc_cmpl_prli_reglogin_issue(struct lpfc_hba *, | ||
72 | struct lpfc_nodelist *, void *, | ||
73 | uint32_t); | ||
74 | uint32_t lpfc_cmpl_plogi_prli_issue(struct lpfc_hba *, struct lpfc_nodelist *, | ||
75 | void *, uint32_t); | ||
76 | |||
77 | int lpfc_check_sparm(struct lpfc_hba *, struct lpfc_nodelist *, | 66 | int lpfc_check_sparm(struct lpfc_hba *, struct lpfc_nodelist *, |
78 | struct serv_parm *, uint32_t); | 67 | struct serv_parm *, uint32_t); |
79 | int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist * ndlp, | 68 | int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist * ndlp, |
@@ -120,15 +109,11 @@ int lpfc_hba_down_prep(struct lpfc_hba *); | |||
120 | void lpfc_hba_init(struct lpfc_hba *, uint32_t *); | 109 | void lpfc_hba_init(struct lpfc_hba *, uint32_t *); |
121 | int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int); | 110 | int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int); |
122 | void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int); | 111 | void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int); |
123 | uint8_t *lpfc_get_lpfchba_info(struct lpfc_hba *, uint8_t *); | ||
124 | int lpfc_fcp_abort(struct lpfc_hba *, int, int, int); | ||
125 | int lpfc_online(struct lpfc_hba *); | 112 | int lpfc_online(struct lpfc_hba *); |
126 | int lpfc_offline(struct lpfc_hba *); | 113 | int lpfc_offline(struct lpfc_hba *); |
127 | 114 | ||
128 | |||
129 | int lpfc_sli_setup(struct lpfc_hba *); | 115 | int lpfc_sli_setup(struct lpfc_hba *); |
130 | int lpfc_sli_queue_setup(struct lpfc_hba *); | 116 | int lpfc_sli_queue_setup(struct lpfc_hba *); |
131 | void lpfc_slim_access(struct lpfc_hba *); | ||
132 | 117 | ||
133 | void lpfc_handle_eratt(struct lpfc_hba *); | 118 | void lpfc_handle_eratt(struct lpfc_hba *); |
134 | void lpfc_handle_latt(struct lpfc_hba *); | 119 | void lpfc_handle_latt(struct lpfc_hba *); |
@@ -174,9 +159,6 @@ int lpfc_sli_abort_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t, | |||
174 | 159 | ||
175 | void lpfc_mbox_timeout(unsigned long); | 160 | void lpfc_mbox_timeout(unsigned long); |
176 | void lpfc_mbox_timeout_handler(struct lpfc_hba *); | 161 | void lpfc_mbox_timeout_handler(struct lpfc_hba *); |
177 | void lpfc_map_fcp_cmnd_to_bpl(struct lpfc_hba *, struct lpfc_scsi_buf *); | ||
178 | void lpfc_free_scsi_cmd(struct lpfc_scsi_buf *); | ||
179 | uint32_t lpfc_os_timeout_transform(struct lpfc_hba *, uint32_t); | ||
180 | 162 | ||
181 | struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_hba * phba, uint32_t order, | 163 | struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_hba * phba, uint32_t order, |
182 | uint32_t did); | 164 | uint32_t did); |