diff options
Diffstat (limited to 'drivers/s390/cio/css.h')
-rw-r--r-- | drivers/s390/cio/css.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/cio/css.h b/drivers/s390/cio/css.h index b74659cab0af..251ebd7a7d3a 100644 --- a/drivers/s390/cio/css.h +++ b/drivers/s390/cio/css.h | |||
@@ -77,6 +77,7 @@ struct ccw_device_private { | |||
77 | unsigned long registered; | 77 | unsigned long registered; |
78 | __u16 devno; /* device number */ | 78 | __u16 devno; /* device number */ |
79 | __u16 sch_no; /* subchannel number */ | 79 | __u16 sch_no; /* subchannel number */ |
80 | __u8 ssid; /* subchannel set id */ | ||
80 | __u8 imask; /* lpm mask for SNID/SID/SPGID */ | 81 | __u8 imask; /* lpm mask for SNID/SID/SPGID */ |
81 | int iretry; /* retry counter SNID/SID/SPGID */ | 82 | int iretry; /* retry counter SNID/SID/SPGID */ |
82 | struct { | 83 | struct { |
@@ -135,6 +136,7 @@ extern int css_init_done; | |||
135 | extern int for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *); | 136 | extern int for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *); |
136 | 137 | ||
137 | #define __MAX_SUBCHANNEL 65535 | 138 | #define __MAX_SUBCHANNEL 65535 |
139 | #define __MAX_SSID 3 | ||
138 | #define __MAX_CHPID 255 | 140 | #define __MAX_CHPID 255 |
139 | #define __MAX_CSSID 0 | 141 | #define __MAX_CSSID 0 |
140 | 142 | ||