diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index c400e3b9de97..104b7423fd4d 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -181,9 +181,25 @@ extern void zfcp_erp_port_access_changed(struct zfcp_port *); | |||
181 | extern void zfcp_erp_unit_access_changed(struct zfcp_unit *); | 181 | extern void zfcp_erp_unit_access_changed(struct zfcp_unit *); |
182 | 182 | ||
183 | /******************************** AUX ****************************************/ | 183 | /******************************** AUX ****************************************/ |
184 | extern void zfcp_cmd_dbf_event_fsf(const char *, struct zfcp_fsf_req *, | 184 | extern void zfcp_hba_dbf_event_fsf_response(struct zfcp_fsf_req *); |
185 | void *, int); | 185 | extern void zfcp_hba_dbf_event_fsf_unsol(const char *, struct zfcp_adapter *, |
186 | extern void zfcp_cmd_dbf_event_scsi(const char *, struct scsi_cmnd *); | 186 | struct fsf_status_read_buffer *); |
187 | extern void zfcp_in_els_dbf_event(struct zfcp_adapter *, const char *, | 187 | extern void zfcp_hba_dbf_event_qdio(struct zfcp_adapter *, |
188 | struct fsf_status_read_buffer *, int); | 188 | unsigned int, unsigned int, unsigned int, |
189 | int, int); | ||
190 | |||
191 | extern void zfcp_san_dbf_event_ct_request(struct zfcp_fsf_req *); | ||
192 | extern void zfcp_san_dbf_event_ct_response(struct zfcp_fsf_req *); | ||
193 | extern void zfcp_san_dbf_event_els_request(struct zfcp_fsf_req *); | ||
194 | extern void zfcp_san_dbf_event_els_response(struct zfcp_fsf_req *); | ||
195 | extern void zfcp_san_dbf_event_incoming_els(struct zfcp_fsf_req *); | ||
196 | |||
197 | extern void zfcp_scsi_dbf_event_result(const char *, int, struct zfcp_adapter *, | ||
198 | struct scsi_cmnd *); | ||
199 | extern void zfcp_scsi_dbf_event_abort(const char *, struct zfcp_adapter *, | ||
200 | struct scsi_cmnd *, | ||
201 | struct zfcp_fsf_req *); | ||
202 | extern void zfcp_scsi_dbf_event_devreset(const char *, u8, struct zfcp_unit *, | ||
203 | struct scsi_cmnd *); | ||
204 | |||
189 | #endif /* ZFCP_EXT_H */ | 205 | #endif /* ZFCP_EXT_H */ |