aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r--drivers/s390/scsi/zfcp_def.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h
index ce65d88e280c..99830758e873 100644
--- a/drivers/s390/scsi/zfcp_def.h
+++ b/drivers/s390/scsi/zfcp_def.h
@@ -73,9 +73,6 @@
73 73
74/*************** FIBRE CHANNEL PROTOCOL SPECIFIC DEFINES ********************/ 74/*************** FIBRE CHANNEL PROTOCOL SPECIFIC DEFINES ********************/
75 75
76/* timeout for name-server lookup (in seconds) */
77#define ZFCP_NS_GID_PN_TIMEOUT 10
78
79/* task attribute values in FCP-2 FCP_CMND IU */ 76/* task attribute values in FCP-2 FCP_CMND IU */
80#define SIMPLE_Q 0 77#define SIMPLE_Q 0
81#define HEAD_OF_Q 1 78#define HEAD_OF_Q 1
@@ -319,7 +316,6 @@ struct ct_iu_gpn_ft_req {
319 * @resp: scatter-gather list for response 316 * @resp: scatter-gather list for response
320 * @handler: handler function (called for response to the request) 317 * @handler: handler function (called for response to the request)
321 * @handler_data: data passed to handler function 318 * @handler_data: data passed to handler function
322 * @timeout: FSF timeout for this request
323 * @completion: completion for synchronization purposes 319 * @completion: completion for synchronization purposes
324 * @status: used to pass error status to calling function 320 * @status: used to pass error status to calling function
325 */ 321 */
@@ -329,7 +325,6 @@ struct zfcp_send_ct {
329 struct scatterlist *resp; 325 struct scatterlist *resp;
330 void (*handler)(unsigned long); 326 void (*handler)(unsigned long);
331 unsigned long handler_data; 327 unsigned long handler_data;
332 int timeout;
333 struct completion *completion; 328 struct completion *completion;
334 int status; 329 int status;
335}; 330};