diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_ext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h index 36f422770ff5..1d3dd3f7d699 100644 --- a/drivers/s390/scsi/zfcp_ext.h +++ b/drivers/s390/scsi/zfcp_ext.h | |||
@@ -54,6 +54,7 @@ extern void zfcp_dbf_hba_fsf_res(char *, struct zfcp_fsf_req *); | |||
54 | extern void zfcp_dbf_hba_bit_err(char *, struct zfcp_fsf_req *); | 54 | extern void zfcp_dbf_hba_bit_err(char *, struct zfcp_fsf_req *); |
55 | extern void zfcp_dbf_hba_berr(struct zfcp_dbf *, struct zfcp_fsf_req *); | 55 | extern void zfcp_dbf_hba_berr(struct zfcp_dbf *, struct zfcp_fsf_req *); |
56 | extern void zfcp_dbf_hba_def_err(struct zfcp_adapter *, u64, u16, void **); | 56 | extern void zfcp_dbf_hba_def_err(struct zfcp_adapter *, u64, u16, void **); |
57 | extern void zfcp_dbf_hba_basic(char *, struct zfcp_adapter *); | ||
57 | extern void zfcp_dbf_san_req(char *, struct zfcp_fsf_req *, u32); | 58 | extern void zfcp_dbf_san_req(char *, struct zfcp_fsf_req *, u32); |
58 | extern void zfcp_dbf_san_res(char *, struct zfcp_fsf_req *); | 59 | extern void zfcp_dbf_san_res(char *, struct zfcp_fsf_req *); |
59 | extern void zfcp_dbf_san_in_els(char *, struct zfcp_fsf_req *); | 60 | extern void zfcp_dbf_san_in_els(char *, struct zfcp_fsf_req *); |
@@ -98,6 +99,8 @@ extern void zfcp_fc_gs_destroy(struct zfcp_adapter *); | |||
98 | extern int zfcp_fc_exec_bsg_job(struct fc_bsg_job *); | 99 | extern int zfcp_fc_exec_bsg_job(struct fc_bsg_job *); |
99 | extern int zfcp_fc_timeout_bsg_job(struct fc_bsg_job *); | 100 | extern int zfcp_fc_timeout_bsg_job(struct fc_bsg_job *); |
100 | extern void zfcp_fc_sym_name_update(struct work_struct *); | 101 | extern void zfcp_fc_sym_name_update(struct work_struct *); |
102 | extern void zfcp_fc_conditional_port_scan(struct zfcp_adapter *); | ||
103 | extern void zfcp_fc_inverse_conditional_port_scan(struct zfcp_adapter *); | ||
101 | 104 | ||
102 | /* zfcp_fsf.c */ | 105 | /* zfcp_fsf.c */ |
103 | extern struct kmem_cache *zfcp_fsf_qtcb_cache; | 106 | extern struct kmem_cache *zfcp_fsf_qtcb_cache; |
@@ -158,6 +161,7 @@ extern void zfcp_scsi_dif_sense_error(struct scsi_cmnd *, int); | |||
158 | extern struct attribute_group zfcp_sysfs_unit_attrs; | 161 | extern struct attribute_group zfcp_sysfs_unit_attrs; |
159 | extern struct attribute_group zfcp_sysfs_adapter_attrs; | 162 | extern struct attribute_group zfcp_sysfs_adapter_attrs; |
160 | extern struct attribute_group zfcp_sysfs_port_attrs; | 163 | extern struct attribute_group zfcp_sysfs_port_attrs; |
164 | extern struct mutex zfcp_sysfs_port_units_mutex; | ||
161 | extern struct device_attribute *zfcp_sysfs_sdev_attrs[]; | 165 | extern struct device_attribute *zfcp_sysfs_sdev_attrs[]; |
162 | extern struct device_attribute *zfcp_sysfs_shost_attrs[]; | 166 | extern struct device_attribute *zfcp_sysfs_shost_attrs[]; |
163 | 167 | ||