Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | _MPI2_TOOLBOX_REPLY |
struct | _MPI2_TOOLBOX_CLEAN_REQUEST |
struct | _MPI2_TOOLBOX_MEM_MOVE_REQUEST |
struct | _MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST |
struct | _MPI2_DIAG_DATA_UPLOAD_HEADER |
struct | _MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST |
struct | _MPI2_TOOLBOX_ISTWI_REPLY |
struct | _MPI2_TOOLBOX_BEACON_REQUEST |
struct | _MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST |
struct | _MPI2_TOOLBOX_DIAGNOSTIC_CLI_REPLY |
struct | _MPI2_DIAG_BUFFER_POST_REQUEST |
struct | _MPI2_DIAG_BUFFER_POST_REPLY |
struct | _MPI2_DIAG_RELEASE_REQUEST |
struct | _MPI2_DIAG_RELEASE_REPLY |
#define MPI2_DIAG_BUF_FLAG_IMMEDIATE_RELEASE (0x00000001) |
Definition at line 366 of file mpi2_tool.h.
#define MPI2_DIAG_BUF_FLAG_RELEASE_ON_FULL (0x00000002) |
Definition at line 365 of file mpi2_tool.h.
#define MPI2_DIAG_BUF_TYPE_COUNT (0x03) |
Definition at line 362 of file mpi2_tool.h.
#define MPI2_DIAG_BUF_TYPE_EXTENDED (0x02) |
Definition at line 360 of file mpi2_tool.h.
#define MPI2_DIAG_BUF_TYPE_SNAPSHOT (0x01) |
Definition at line 359 of file mpi2_tool.h.
#define MPI2_DIAG_BUF_TYPE_TRACE (0x00) |
Definition at line 358 of file mpi2_tool.h.
#define MPI2_DIAG_EXTENDED_TYPE_UTILIZATION (0x02) |
Definition at line 355 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_ACTION_READ_DATA (0x01) |
Definition at line 201 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_ACTION_RELEASE_BUS (0x11) |
Definition at line 205 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_ACTION_RESERVE_BUS (0x10) |
Definition at line 204 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_ACTION_RESET (0x12) |
Definition at line 206 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_ACTION_SEQUENCE (0x03) |
Definition at line 203 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_ACTION_WRITE_DATA (0x02) |
Definition at line 202 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_FLAG_AUTO_RESERVE_RELEASE (0x80) |
Definition at line 211 of file mpi2_tool.h.
#define MPI2_TOOL_ISTWI_FLAG_PAGE_ADDR_MASK (0x07) |
Definition at line 212 of file mpi2_tool.h.
#define MPI2_TOOLBOX_BEACON_TOOL (0x05) |
Definition at line 47 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_BOOT_SERVICES (0x80000000) |
Definition at line 95 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_FLASH (0x00000004) |
Definition at line 102 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_FW_BACKUP (0x08000000) |
Definition at line 99 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_FW_CURRENT (0x10000000) |
Definition at line 98 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_INITIALIZATION (0x01000000) |
Definition at line 101 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_MEGARAID (0x02000000) |
Definition at line 100 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_NVSRAM (0x00000001) |
Definition at line 104 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_OTHER_PERSIST_PAGES (0x20000000) |
Definition at line 97 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_PERSIST_MANUFACT_PAGES (0x40000000) |
Definition at line 96 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_SEEPROM (0x00000002) |
Definition at line 103 of file mpi2_tool.h.
#define MPI2_TOOLBOX_CLEAN_TOOL (0x00) |
Definition at line 43 of file mpi2_tool.h.
#define MPI2_TOOLBOX_DIAG_CLI_CMD_LENGTH (0x5C) |
Definition at line 271 of file mpi2_tool.h.
#define MPI2_TOOLBOX_DIAG_DATA_UPLOAD_TOOL (0x02) |
Definition at line 45 of file mpi2_tool.h.
#define MPI2_TOOLBOX_DIAGNOSTIC_CLI_TOOL (0x06) |
Definition at line 48 of file mpi2_tool.h.
#define MPI2_TOOLBOX_FLAGS_BEACONMODE_OFF (0x00) |
Definition at line 263 of file mpi2_tool.h.
#define MPI2_TOOLBOX_FLAGS_BEACONMODE_ON (0x01) |
Definition at line 264 of file mpi2_tool.h.
#define MPI2_TOOLBOX_ISTWI_READ_WRITE_TOOL (0x03) |
Definition at line 46 of file mpi2_tool.h.
#define MPI2_TOOLBOX_MEMORY_MOVE_TOOL (0x01) |
Definition at line 44 of file mpi2_tool.h.