Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.h93 #define DMAE_COMPLETION_VAL_SWAPPED 0xAED10000 // local completion word value with edianity mode 3 macro
H A Dlm_dmae.c615 …context->completion_value = context->change_endianity ? DMAE_COMPLETION_VAL_SWAPPED : DMAE_COMPLET… in lm_dmae_context_create()