Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c542 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in qed_dmae_info_alloc()
578 if (p_hwfn->dmae_info.p_completion_word) { in qed_dmae_info_free()
582 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
583 p_hwfn->dmae_info.p_completion_word = NULL; in qed_dmae_info_free()
612 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in qed_dmae_operation_wait()
617 *p_hwfn->dmae_info.p_completion_word, in qed_dmae_operation_wait()
630 *p_hwfn->dmae_info.p_completion_word = 0; in qed_dmae_operation_wait()
Dqed.h386 u32 *p_completion_word; member