diff options
author | Swen Schillig <swen@vnet.ibm.com> | 2010-01-14 17:19:02 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-01-17 12:40:13 -0600 |
commit | 51375ee8374dd7fa574e1a14ebac406c6d28543b (patch) | |
tree | cfc822b99af2a8bb894c4a549093f92ea917ff8e /drivers/s390/scsi/zfcp_fc.h | |
parent | 491ca4426ba153f79e72d1ca2a30c926484282b7 (diff) | |
download | blackbird-op-linux-51375ee8374dd7fa574e1a14ebac406c6d28543b.tar.gz blackbird-op-linux-51375ee8374dd7fa574e1a14ebac406c6d28543b.zip |
[SCSI] zfcp: Set hardware timeout as requested by BSG request.
The hardware used with zfcp provides a timer for CT and ELS requests
instead of an abort capability for these commands. To correctly handle
the FC BSG timeouts, pass the timeout from the BSG requests to the
hardware.
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/s390/scsi/zfcp_fc.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_fc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_fc.h b/drivers/s390/scsi/zfcp_fc.h index cb2a3669a384..0747b087390d 100644 --- a/drivers/s390/scsi/zfcp_fc.h +++ b/drivers/s390/scsi/zfcp_fc.h @@ -27,6 +27,8 @@ #define ZFCP_FC_GPN_FT_MAX_ENT (ZFCP_FC_GPN_FT_NUM_BUFS * \ (ZFCP_FC_GPN_FT_ENT_PAGE + 1)) +#define ZFCP_FC_CTELS_TMO (2 * FC_DEF_R_A_TOV / 1000) + /** * struct zfcp_fc_gid_pn_req - container for ct header plus gid_pn request * @ct_hdr: FC GS common transport header |