Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.h83 #define DMAE_COMPLETION_VAL 0xAED10000 macro
86 #define DMAE_COMPLETION_VAL 0xD1AE macro
H A Decore_hw.c779 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in ecore_dmae_operation_wait()
785 DMAE_COMPLETION_VAL); in ecore_dmae_operation_wait()
920 cmd->comp_val = OSAL_CPU_TO_LE32(DMAE_COMPLETION_VAL); in ecore_dmae_execute_command()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c370 DMAE_COMPLETION_VAL); in lm_dmae_operation_create()
615 …>completion_value = context->change_endianity ? DMAE_COMPLETION_VAL_SWAPPED : DMAE_COMPLETION_VAL ; in lm_dmae_context_create()
617 context->completion_value = DMAE_COMPLETION_VAL; in lm_dmae_context_create()
H A Dlm_dmae.h92 #define DMAE_COMPLETION_VAL 0xD1AE // local completion word value with edianity mode 2… macro