Searched refs:completion_word (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.c524 return operation->context->completion_word != operation->command_id;
555 (u64_t)operation->context->completion_word,
620 context->completion_word = context->completion_value;
623 LM_INC64(&completion_word_paddr, OFFSETOF(lm_dmae_context_t, completion_word));
663 context->completion_word = context->completion_value;
666 LM_INC64(&completion_word_paddr, OFFSETOF(lm_dmae_context_t, completion_word));
689 context->completion_word = context->completion_value;
834 context->completion_word = operation->command_id;
947 DbgBreakIf(context->completion_word != context->completion_value);
949 context->completion_word
[all...]
H A Dlm_dmae.h248 /**This physical address of the field completion_word */
253 volatile u32_t completion_word; member in struct:_lm_dmae_context_t
255 /**The value that the DMAE writes to completion_word when an

Completed in 118 milliseconds