target: Move task tag into struct se_cmd + support 64-bit tags
[deliverable/linux.git] / include / target / target_core_base.h
index c462fb0a47f48e56ceb9aef472bbd4499ddc2740..042a73464966d12610cb76a158dee533d77702b6 100644 (file)
@@ -420,7 +420,7 @@ struct se_tmr_req {
        u8                      response;
        int                     call_transport;
        /* Reference to ITT that Task Mgmt should be performed */
-       u32                     ref_task_tag;
+       u64                     ref_task_tag;
        void                    *fabric_tmr_ptr;
        struct se_cmd           *task_cmd;
        struct se_device        *tmr_dev;
@@ -473,6 +473,7 @@ struct se_cmd {
        u8                      scsi_asc;
        u8                      scsi_ascq;
        u16                     scsi_sense_length;
+       u64                     tag; /* SAM command identifier aka task tag */
        /* Delay for ALUA Active/NonOptimized state access in milliseconds */
        int                     alua_nonop_delay;
        /* See include/linux/dma-mapping.h */
This page took 0.066265 seconds and 5 git commands to generate.