diff options
author | Joe Eykholt <jeykholt@cisco.com> | 2009-08-25 17:03:21 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-10 13:07:59 -0400 |
commit | f657d299cf05883e23e12a69e86842da1df378ad (patch) | |
tree | 3593d2054bd361f28593eea12c83868709013b0c /include/scsi | |
parent | 25b37b981e706c6df72c28c94f7787c3ea0cd343 (diff) |
[SCSI] libfc: improve debug messages for ELS response handlers
Improve lport and rport debug messages to indicate whether
the response is LS_ACC, LS_RJT, closed, or timeout.
Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 265f106d9fd6..e18e5ce5af51 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -1084,4 +1084,9 @@ void fc_destroy_exch_mgr(void); | |||
1084 | int fc_setup_rport(void); | 1084 | int fc_setup_rport(void); |
1085 | void fc_destroy_rport(void); | 1085 | void fc_destroy_rport(void); |
1086 | 1086 | ||
1087 | /* | ||
1088 | * Internal libfc functions. | ||
1089 | */ | ||
1090 | const char *fc_els_resp_type(struct fc_frame *); | ||
1091 | |||
1087 | #endif /* _LIBFC_H_ */ | 1092 | #endif /* _LIBFC_H_ */ |