MPIControlMemoryType

Definition

typedef enum {
	MPIControlMemoryTypeINVALID = -1,
	MPIControlMemoryTypeCOMMAND,
	MPIControlMemoryTypeEND,
	MPIControlMemoryTypeFIRST = MPIControlMemoryTypeINVALID + 1,
	MPIControlMemoryTypeDEFAULT = MPIControlMemoryTypeCOMMAND
} MPIControlMemoryType;

Description

MPIControlMemoryType is an enumeration of controller memory types. The controller firmware defines the regions and the MPI configures the dynamic memory. At present, the MPI only supports direct allocation of the controller’s external command buffer memory.

MPIControlMemoryTypeCOMMAND The dynamic portion of the controller's external command buffer memory.

See Also

mpiControlMemoryAlloc | mpiControlMemoryCount | mpiControlMemoryFree | mpiControlConfigGet | mpiControlConfigSet