summaryrefslogtreecommitdiff
path: root/drivers/block/mtip32xx/mtip32xx.h
diff options
context:
space:
mode:
authorAsai Thambi S P <asamymuthupa@micron.com>2012-04-09 08:35:38 +0200
committerJens Axboe <axboe@kernel.dk>2012-04-09 08:35:38 +0200
commit8a857a880bd83ba4f217d55dd4a623a7e4b5cb47 (patch)
tree931c0d39ef2d68f68edf27342c306490ea086f6c /drivers/block/mtip32xx/mtip32xx.h
parent8182b495281764ca518781e876c91900e75088d2 (diff)
mtip32xx: Shorten macro names
Shortened macros used to represent mtip_port->flags and dd->dd_flag Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/mtip32xx/mtip32xx.h')
-rw-r--r--drivers/block/mtip32xx/mtip32xx.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.h b/drivers/block/mtip32xx/mtip32xx.h
index ea5c7e7cb50d..5ad2d79f7c4b 100644
--- a/drivers/block/mtip32xx/mtip32xx.h
+++ b/drivers/block/mtip32xx/mtip32xx.h
@@ -114,22 +114,22 @@
#define __force_bit2int (unsigned int __force)
/* below are bit numbers in 'flags' defined in mtip_port */
-#define MTIP_FLAG_IC_ACTIVE_BIT 0
-#define MTIP_FLAG_EH_ACTIVE_BIT 1
-#define MTIP_FLAG_SVC_THD_ACTIVE_BIT 2
-#define MTIP_FLAG_ISSUE_CMDS_BIT 4
-#define MTIP_FLAG_REBUILD_BIT 5
-#define MTIP_FLAG_SVC_THD_SHOULD_STOP_BIT 8
+#define MTIP_PF_IC_ACTIVE_BIT 0
+#define MTIP_PF_EH_ACTIVE_BIT 1
+#define MTIP_PF_SVC_THD_ACTIVE_BIT 2
+#define MTIP_PF_ISSUE_CMDS_BIT 4
+#define MTIP_PF_REBUILD_BIT 5
+#define MTIP_PF_SVC_THD_SHOULD_STOP_BIT 8
/* below are bit numbers in 'dd_flag' defined in driver_data */
-#define MTIP_DD_FLAG_REMOVE_PENDING_BIT 1
-#define MTIP_DD_FLAG_RESUME_BIT 2
-#define MTIP_DD_FLAG_CLEANUP_BIT 3
-#define MTIP_DD_FLAG_INIT_DONE_BIT 4
-
-#define MTIP_DD_FLAG_WRITE_PROTECT_BIT 5
-#define MTIP_DD_FLAG_OVER_TEMP_BIT 6
-#define MTIP_DD_FLAG_REBUILD_FAILED_BIT 7
+#define MTIP_DDF_REMOVE_PENDING_BIT 1
+#define MTIP_DDF_RESUME_BIT 2
+#define MTIP_DDF_CLEANUP_BIT 3
+#define MTIP_DDF_INIT_DONE_BIT 4
+
+#define MTIP_DDF_WRITE_PROTECT_BIT 5
+#define MTIP_DDF_OVER_TEMP_BIT 6
+#define MTIP_DDF_REBUILD_FAILED_BIT 7
__packed struct smart_attr{
u8 attr_id;