Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c624 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in ecore_dmae_info_alloc()
668 if (p_hwfn->dmae_info.p_completion_word != OSAL_NULL) { in ecore_dmae_info_free()
671 p_hwfn->dmae_info.p_completion_word, in ecore_dmae_info_free()
673 p_hwfn->dmae_info.p_completion_word = OSAL_NULL; in ecore_dmae_info_free()
712 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in ecore_dmae_operation_wait()
719 *p_hwfn->dmae_info.p_completion_word, in ecore_dmae_operation_wait()
731 *p_hwfn->dmae_info.p_completion_word = 0; in ecore_dmae_operation_wait()
H A Decore.h451 u32 *p_completion_word; member