diff options
Diffstat (limited to 'drivers/s390/cio/io_sch.h')
-rw-r--r-- | drivers/s390/cio/io_sch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/s390/cio/io_sch.h b/drivers/s390/cio/io_sch.h index 76253dfcc1be..b108f4a5c7dd 100644 --- a/drivers/s390/cio/io_sch.h +++ b/drivers/s390/cio/io_sch.h | |||
@@ -126,6 +126,10 @@ struct ccw_device_private { | |||
126 | u8 pgid_valid_mask; /* mask of valid PGIDs */ | 126 | u8 pgid_valid_mask; /* mask of valid PGIDs */ |
127 | u8 pgid_todo_mask; /* mask of PGIDs to be adjusted */ | 127 | u8 pgid_todo_mask; /* mask of PGIDs to be adjusted */ |
128 | u8 pgid_reset_mask; /* mask of PGIDs which were reset */ | 128 | u8 pgid_reset_mask; /* mask of PGIDs which were reset */ |
129 | u8 path_noirq_mask; /* mask of paths for which no irq was | ||
130 | received */ | ||
131 | u8 path_notoper_mask; /* mask of paths which were found | ||
132 | not operable */ | ||
129 | u8 path_gone_mask; /* mask of paths, that became unavailable */ | 133 | u8 path_gone_mask; /* mask of paths, that became unavailable */ |
130 | u8 path_new_mask; /* mask of paths, that became available */ | 134 | u8 path_new_mask; /* mask of paths, that became available */ |
131 | struct { | 135 | struct { |
@@ -145,6 +149,7 @@ struct ccw_device_private { | |||
145 | unsigned int resuming:1; /* recognition while resume */ | 149 | unsigned int resuming:1; /* recognition while resume */ |
146 | unsigned int pgroup:1; /* pathgroup is set up */ | 150 | unsigned int pgroup:1; /* pathgroup is set up */ |
147 | unsigned int mpath:1; /* multipathing is set up */ | 151 | unsigned int mpath:1; /* multipathing is set up */ |
152 | unsigned int pgid_unknown:1;/* unknown pgid state */ | ||
148 | unsigned int initialized:1; /* set if initial reference held */ | 153 | unsigned int initialized:1; /* set if initial reference held */ |
149 | } __attribute__((packed)) flags; | 154 | } __attribute__((packed)) flags; |
150 | unsigned long intparm; /* user interruption parameter */ | 155 | unsigned long intparm; /* user interruption parameter */ |