Searched refs:DMAE_COMPLETION_VAL (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.h92 #define DMAE_COMPLETION_VAL 0xD1AE // local completion word value with edianity mode 2 (for regular command) macro
H A Dlm_dmae.c370 DMAE_COMPLETION_VAL);
615 context->completion_value = context->change_endianity ? DMAE_COMPLETION_VAL_SWAPPED : DMAE_COMPLETION_VAL ;
617 context->completion_value = DMAE_COMPLETION_VAL;

Completed in 63 milliseconds