Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c490 last_sge->comp_addr_lo = lm_dmae_idx_to_go_cmd(operation->context->main_channel) / 4; in lm_dmae_operation_add_sge()
607 context->main_channel = channel_idx; in lm_dmae_context_create()
655 context->main_channel = loader_channel_idx; in lm_dmae_context_create_sgl()
836 lm_dmae_post_command(pdev, context->main_channel, &operation->main_cmd); in lm_dmae_context_execute_sgl()
953 lm_dmae_post_command(pdev, context->main_channel, &operation->main_cmd); in lm_dmae_context_execute_sub_operation()
H A Dlm_dmae.h235 u8_t main_channel; member