diff options
author | Swen Schillig <swen@vnet.ibm.com> | 2008-06-10 12:20:57 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:25 -0400 |
commit | 00bab91066a49468bfa4f6d5c8ad5e9ec53b7ea3 (patch) | |
tree | a5ce7bfe5ad290c339f669b3596b75f5238157c6 /drivers/s390/scsi/zfcp_dbf.c | |
parent | fa04c2816883a49ec518514f6c19767d54be20b5 (diff) |
[SCSI] zfcp: Cleanup qdio code
Cleanup the interface code from zfcp to qdio. Also move code that
belongs to the qdio interface from the erp to the qdio file.
Signed-off-by: Swen Schillig <swen@vnet.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_dbf.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_dbf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_dbf.c b/drivers/s390/scsi/zfcp_dbf.c index 01e817abe0a5..c47c23a01c7f 100644 --- a/drivers/s390/scsi/zfcp_dbf.c +++ b/drivers/s390/scsi/zfcp_dbf.c | |||
@@ -603,13 +603,14 @@ static const char *zfcp_rec_dbf_ids[] = { | |||
603 | [137] = "hbaapi port open", | 603 | [137] = "hbaapi port open", |
604 | [138] = "hbaapi unit open", | 604 | [138] = "hbaapi unit open", |
605 | [139] = "hbaapi unit shutdown", | 605 | [139] = "hbaapi unit shutdown", |
606 | [140] = "qdio error", | 606 | [140] = "qdio error outbound", |
607 | [141] = "scsi host reset", | 607 | [141] = "scsi host reset", |
608 | [142] = "dismissing fsf request for recovery action", | 608 | [142] = "dismissing fsf request for recovery action", |
609 | [143] = "recovery action timed out", | 609 | [143] = "recovery action timed out", |
610 | [144] = "recovery action gone", | 610 | [144] = "recovery action gone", |
611 | [145] = "recovery action being processed", | 611 | [145] = "recovery action being processed", |
612 | [146] = "recovery action ready for next step", | 612 | [146] = "recovery action ready for next step", |
613 | [147] = "qdio error inbound", | ||
613 | }; | 614 | }; |
614 | 615 | ||
615 | static int zfcp_rec_dbf_view_format(debug_info_t *id, struct debug_view *view, | 616 | static int zfcp_rec_dbf_view_format(debug_info_t *id, struct debug_view *view, |