LM_DMAE_MODE_SGL
case LM_DMAE_MODE_SGL:
DbgBreakIf(LM_DMAE_MODE_SGL != context->mode);
operation->mode = LM_DMAE_MODE_SGL;
DbgBreakIf(LM_DMAE_MODE_SGL != operation->mode);
context->mode = LM_DMAE_MODE_SGL;