Searched refs:new_sge_idx (Results 1 – 1 of 1) sorted by relevance
465 u8_t new_sge_idx = 0; in lm_dmae_operation_add_sge() local475 new_sge_idx = operation->next_free_block; in lm_dmae_operation_add_sge()477 if (new_sge_idx >= ARRSIZE(operation->blocks)) in lm_dmae_operation_add_sge()496 operation->blocks[new_sge_idx].source = source; in lm_dmae_operation_add_sge()497 operation->blocks[new_sge_idx].dest = dest; in lm_dmae_operation_add_sge()498 operation->blocks[new_sge_idx].length = length; in lm_dmae_operation_add_sge()502 &operation->executer_cmd[new_sge_idx], in lm_dmae_operation_add_sge()503 &operation->blocks[new_sge_idx], in lm_dmae_operation_add_sge()