Home
last modified time | relevance | path

Searched refs:last_sge (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.c466 struct dmae_cmd* last_sge = NULL; in lm_dmae_operation_add_sge() local
486 last_sge = &operation->executer_cmd[last_sge_idx]; in lm_dmae_operation_add_sge()
488 SET_FLAGS(last_sge->opcode, 1<<DMAE_CMD_C_DST_SHIFT); in lm_dmae_operation_add_sge()
490 last_sge->comp_addr_lo = lm_dmae_idx_to_go_cmd(operation->context->main_channel) / 4; in lm_dmae_operation_add_sge()
491 last_sge->comp_addr_hi = 0; in lm_dmae_operation_add_sge()
493 last_sge->comp_val = DMAE_GO_VALUE; in lm_dmae_operation_add_sge()