[SCSI] libiscsi: fix session age rollover and remove cid encoding
[deliverable/linux.git] / include / scsi / libiscsi.h
index 5784e4ff8edc49bfafee98590db0294c422aee4c..7b90b63fb5c7cabf920d26590b8de56663dd46e6 100644 (file)
@@ -70,8 +70,6 @@ enum {
 #define ISCSI_SUSPEND_BIT              1
 
 #define ISCSI_ITT_MASK                 (0xfff)
-#define ISCSI_CID_SHIFT                        12
-#define ISCSI_CID_MASK                 (0xffff << ISCSI_CID_SHIFT)
 #define ISCSI_AGE_SHIFT                        28
 #define ISCSI_AGE_MASK                 (0xf << ISCSI_AGE_SHIFT)
 
This page took 0.025455 seconds and 5 git commands to generate.