diff options
Diffstat (limited to 'drivers/block/mtip32xx/mtip32xx.h')
-rw-r--r-- | drivers/block/mtip32xx/mtip32xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.h b/drivers/block/mtip32xx/mtip32xx.h index 3274784008eb..8635239c521f 100644 --- a/drivers/block/mtip32xx/mtip32xx.h +++ b/drivers/block/mtip32xx/mtip32xx.h | |||
@@ -144,6 +144,11 @@ enum { | |||
144 | MTIP_PF_REBUILD_BIT = 6, | 144 | MTIP_PF_REBUILD_BIT = 6, |
145 | MTIP_PF_SVC_THD_STOP_BIT = 8, | 145 | MTIP_PF_SVC_THD_STOP_BIT = 8, |
146 | 146 | ||
147 | MTIP_PF_SVC_THD_WORK = ((1 << MTIP_PF_EH_ACTIVE_BIT) | | ||
148 | (1 << MTIP_PF_ISSUE_CMDS_BIT) | | ||
149 | (1 << MTIP_PF_REBUILD_BIT) | | ||
150 | (1 << MTIP_PF_SVC_THD_STOP_BIT)), | ||
151 | |||
147 | /* below are bit numbers in 'dd_flag' defined in driver_data */ | 152 | /* below are bit numbers in 'dd_flag' defined in driver_data */ |
148 | MTIP_DDF_SEC_LOCK_BIT = 0, | 153 | MTIP_DDF_SEC_LOCK_BIT = 0, |
149 | MTIP_DDF_REMOVE_PENDING_BIT = 1, | 154 | MTIP_DDF_REMOVE_PENDING_BIT = 1, |