Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c712 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in ecore_dmae_info_alloc()
756 if (p_hwfn->dmae_info.p_completion_word != OSAL_NULL) { in ecore_dmae_info_free()
759 p_hwfn->dmae_info.p_completion_word, in ecore_dmae_info_free()
761 p_hwfn->dmae_info.p_completion_word = OSAL_NULL; in ecore_dmae_info_free()
801 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in ecore_dmae_operation_wait()
806 *(p_hwfn->dmae_info.p_completion_word), in ecore_dmae_operation_wait()
819 *p_hwfn->dmae_info.p_completion_word = 0; in ecore_dmae_operation_wait()
H A Decore.h523 u32 *p_completion_word; member