Searched refs:p_completion_word (Results 1 – 2 of 2) sorted by relevance
624 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()
451 u32 *p_completion_word; member