Home
last modified time | relevance | path

Searched refs:new_sge_idx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c465 u8_t new_sge_idx = 0; in lm_dmae_operation_add_sge() local
475 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()