MPISqNodeMemory
Definition
typedef enum MPISqNodeMemory {
MPISqNodeMemoryINVALID = -1,
MPISqNodeMemoryDATA, /* node/drive processor RAM */
MPISqNodeMemoryPROGRAM, /* drive processor program memory */
MPISqNodeMemoryIO, /* drive I/O memory */
MPISqNodeMemoryDRIVE, /* direct command to drive */
MPISqNodeMemoryLAST,
MPISqNodeMemoryFIRST = MPISqNodeMemoryINVALID + 1
} MPISqNodeMemory;
Description
MPISqNodeMemory is an enumeration of drive region types to access with a service command.
| MPISqNodeMemoryDATA | node/drive processor data memory |
|---|---|
| MPISqNodeMemoryPROGRAM | drive processor program memory |
| MPISqNodeMemoryIO | drive I/O memory |
| MPISqNodeMemoryDRIVE | direct command to drive processor |
