Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c690 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in ecore_dmae_info_alloc()
732 if (p_hwfn->dmae_info.p_completion_word != OSAL_NULL) { in ecore_dmae_info_free()
735 p_hwfn->dmae_info.p_completion_word, in ecore_dmae_info_free()
737 p_hwfn->dmae_info.p_completion_word = OSAL_NULL; in ecore_dmae_info_free()
779 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in ecore_dmae_operation_wait()
784 *(p_hwfn->dmae_info.p_completion_word), in ecore_dmae_operation_wait()
797 *p_hwfn->dmae_info.p_completion_word = 0; in ecore_dmae_operation_wait()
H A Decore.h504 u32 *p_completion_word; member