diff options
author | Martin Peschke <mp3@de.ibm.com> | 2008-03-27 09:22:00 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:19:04 -0400 |
commit | d79a83dbffe2e49e73f2903c350937faf2e0c2f1 (patch) | |
tree | e37ad0ed1fb790bd05c5c7678def7a78946ea2d7 /drivers/s390/scsi/zfcp_def.h | |
parent | 10223c60daf226ee2248b772892abc83cd875aa7 (diff) |
[SCSI] zfcp: Register new recovery trace.
This patch registers the new recovery trace with the s390 debug
feature.
Signed-off-by: Martin Peschke <mp3@de.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 662c70f537ec..f29bee528489 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -279,6 +279,13 @@ struct zfcp_erp_dbf_record { | |||
279 | u8 dummy[16]; | 279 | u8 dummy[16]; |
280 | } __attribute__ ((packed)); | 280 | } __attribute__ ((packed)); |
281 | 281 | ||
282 | struct zfcp_rec_dbf_record { | ||
283 | u8 id; | ||
284 | u8 id2; | ||
285 | union { | ||
286 | } u; | ||
287 | } __attribute__ ((packed)); | ||
288 | |||
282 | struct zfcp_hba_dbf_record_response { | 289 | struct zfcp_hba_dbf_record_response { |
283 | u32 fsf_command; | 290 | u32 fsf_command; |
284 | u64 fsf_reqid; | 291 | u64 fsf_reqid; |
@@ -917,14 +924,17 @@ struct zfcp_adapter { | |||
917 | for memory */ | 924 | for memory */ |
918 | struct zfcp_port *nameserver_port; /* adapter's nameserver */ | 925 | struct zfcp_port *nameserver_port; /* adapter's nameserver */ |
919 | debug_info_t *erp_dbf; | 926 | debug_info_t *erp_dbf; |
927 | debug_info_t *rec_dbf; | ||
920 | debug_info_t *hba_dbf; | 928 | debug_info_t *hba_dbf; |
921 | debug_info_t *san_dbf; /* debug feature areas */ | 929 | debug_info_t *san_dbf; /* debug feature areas */ |
922 | debug_info_t *scsi_dbf; | 930 | debug_info_t *scsi_dbf; |
923 | spinlock_t erp_dbf_lock; | 931 | spinlock_t erp_dbf_lock; |
932 | spinlock_t rec_dbf_lock; | ||
924 | spinlock_t hba_dbf_lock; | 933 | spinlock_t hba_dbf_lock; |
925 | spinlock_t san_dbf_lock; | 934 | spinlock_t san_dbf_lock; |
926 | spinlock_t scsi_dbf_lock; | 935 | spinlock_t scsi_dbf_lock; |
927 | struct zfcp_erp_dbf_record erp_dbf_buf; | 936 | struct zfcp_erp_dbf_record erp_dbf_buf; |
937 | struct zfcp_rec_dbf_record rec_dbf_buf; | ||
928 | struct zfcp_hba_dbf_record hba_dbf_buf; | 938 | struct zfcp_hba_dbf_record hba_dbf_buf; |
929 | struct zfcp_san_dbf_record san_dbf_buf; | 939 | struct zfcp_san_dbf_record san_dbf_buf; |
930 | struct zfcp_scsi_dbf_record scsi_dbf_buf; | 940 | struct zfcp_scsi_dbf_record scsi_dbf_buf; |