Lines Matching refs:RS_MGT_BASE

110 #define RS_MGT_BASE         0x80        /*! base of VDA management errors    */  macro
111 #define RS_SCAN_FAIL (RS_MGT_BASE + 0x00)
112 #define RS_DEV_INVALID (RS_MGT_BASE + 0x01)
113 #define RS_DEV_ASSIGNED (RS_MGT_BASE + 0x02)
114 #define RS_DEV_REMOVE (RS_MGT_BASE + 0x03)
115 #define RS_DEV_LOST (RS_MGT_BASE + 0x04)
116 #define RS_SCAN_GEN (RS_MGT_BASE + 0x05)
117 #define RS_GRP_INVALID (RS_MGT_BASE + 0x08)
118 #define RS_GRP_EXISTS (RS_MGT_BASE + 0x09)
119 #define RS_GRP_LIMIT (RS_MGT_BASE + 0x0A)
120 #define RS_GRP_INTLV (RS_MGT_BASE + 0x0B)
121 #define RS_GRP_SPAN (RS_MGT_BASE + 0x0C)
122 #define RS_GRP_TYPE (RS_MGT_BASE + 0x0D)
123 #define RS_GRP_MEMBERS (RS_MGT_BASE + 0x0E)
124 #define RS_GRP_COMMIT (RS_MGT_BASE + 0x0F)
125 #define RS_GRP_REBUILD (RS_MGT_BASE + 0x10)
126 #define RS_GRP_REBUILD_TYPE (RS_MGT_BASE + 0x11)
127 #define RS_GRP_BLOCK_SIZE (RS_MGT_BASE + 0x12)
128 #define RS_CFG_SAVE (RS_MGT_BASE + 0x14)
129 #define RS_PART_LAST (RS_MGT_BASE + 0x18)
130 #define RS_ELEM_INVALID (RS_MGT_BASE + 0x19)
131 #define RS_PART_MAPPED (RS_MGT_BASE + 0x1A)
132 #define RS_PART_TARGET (RS_MGT_BASE + 0x1B)
133 #define RS_PART_LUN (RS_MGT_BASE + 0x1C)
134 #define RS_PART_DUP (RS_MGT_BASE + 0x1D)
135 #define RS_PART_NOMAP (RS_MGT_BASE + 0x1E)
136 #define RS_PART_MAX (RS_MGT_BASE + 0x1F)
137 #define RS_PART_CAP (RS_MGT_BASE + 0x20)
138 #define RS_PART_STATE (RS_MGT_BASE + 0x21)
139 #define RS_TEST_IN_PROG (RS_MGT_BASE + 0x22)
140 #define RS_METRICS_ERROR (RS_MGT_BASE + 0x23)
141 #define RS_HS_ERROR (RS_MGT_BASE + 0x24)
142 #define RS_NO_METRICS_TEST (RS_MGT_BASE + 0x25)
143 #define RS_BAD_PARAM (RS_MGT_BASE + 0x26)
144 #define RS_GRP_MEMBER_SIZE (RS_MGT_BASE + 0x27)