Go to the documentation of this file.
34 #define MPI_TOOLBOX_CLEAN_TOOL (0x00)
35 #define MPI_TOOLBOX_MEMORY_MOVE_TOOL (0x01)
36 #define MPI_TOOLBOX_DIAG_DATA_UPLOAD_TOOL (0x02)
37 #define MPI_TOOLBOX_ISTWI_READ_WRITE_TOOL (0x03)
38 #define MPI_TOOLBOX_FC_MANAGEMENT_TOOL (0x04)
39 #define MPI_TOOLBOX_BEACON_TOOL (0x05)
81 #define MPI_TOOLBOX_CLEAN_NVSRAM (0x00000001)
82 #define MPI_TOOLBOX_CLEAN_SEEPROM (0x00000002)
83 #define MPI_TOOLBOX_CLEAN_FLASH (0x00000004)
84 #define MPI_TOOLBOX_CLEAN_BOOTLOADER (0x04000000)
85 #define MPI_TOOLBOX_CLEAN_FW_BACKUP (0x08000000)
86 #define MPI_TOOLBOX_CLEAN_FW_CURRENT (0x10000000)
87 #define MPI_TOOLBOX_CLEAN_OTHER_PERSIST_PAGES (0x20000000)
88 #define MPI_TOOLBOX_CLEAN_PERSIST_MANUFACT_PAGES (0x40000000)
89 #define MPI_TOOLBOX_CLEAN_BOOT_SERVICES (0x80000000)
140 #define MPI_TB_DIAG_FORMAT_SCSI_PRINTF_1 (0x01)
141 #define MPI_TB_DIAG_FORMAT_SCSI_2 (0x02)
142 #define MPI_TB_DIAG_FORMAT_SCSI_3 (0x03)
143 #define MPI_TB_DIAG_FORMAT_FC_TRACE_1 (0x04)
175 #define MPI_TB_ISTWI_FLAGS_WRITE (0x00)
176 #define MPI_TB_ISTWI_FLAGS_READ (0x01)
235 #define MPI_TB_FC_MANAGE_ACTION_DISC_ALL (0x00)
236 #define MPI_TB_FC_MANAGE_ACTION_DISC_PID (0x01)
237 #define MPI_TB_FC_MANAGE_ACTION_DISC_BUS_TID (0x02)
238 #define MPI_TB_FC_MANAGE_ACTION_SET_MAX_FRAME_SIZE (0x03)
262 #define MPI_TOOLBOX_FLAGS_BEACON_MODE_OFF (0x00)
263 #define MPI_TOOLBOX_FLAGS_BEACON_MODE_ON (0x01)
288 #define MPI_DIAG_BUF_TYPE_TRACE (0x00)
289 #define MPI_DIAG_BUF_TYPE_SNAPSHOT (0x01)
290 #define MPI_DIAG_BUF_TYPE_EXTENDED (0x02)
292 #define MPI_DIAG_BUF_TYPE_COUNT (0x03)
294 #define MPI_DIAG_EXTENDED_QTAG (0x00000001)