Home
last modified time | relevance | path

Searched refs:p_completion_word (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c509 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in qed_dmae_info_alloc()
545 if (p_hwfn->dmae_info.p_completion_word) { in qed_dmae_info_free()
549 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
550 p_hwfn->dmae_info.p_completion_word = NULL; in qed_dmae_info_free()
579 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in qed_dmae_operation_wait()
584 *p_hwfn->dmae_info.p_completion_word, in qed_dmae_operation_wait()
591 * using the volatile keyword for p_completion_word in qed_dmae_operation_wait()
597 *p_hwfn->dmae_info.p_completion_word = 0; in qed_dmae_operation_wait()
H A Dqed.h347 u32 *p_completion_word; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c527 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word; in qed_dmae_info_alloc()
563 if (p_hwfn->dmae_info.p_completion_word) { in qed_dmae_info_free()
567 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
568 p_hwfn->dmae_info.p_completion_word = NULL; in qed_dmae_info_free()
597 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in qed_dmae_operation_wait()
602 *p_hwfn->dmae_info.p_completion_word, in qed_dmae_operation_wait()
609 * using the volatile keyword for p_completion_word in qed_dmae_operation_wait()
615 *p_hwfn->dmae_info.p_completion_word = 0; in qed_dmae_operation_wait()
H A Dqed.h346 u32 *p_completion_word; member

Completed in 9 milliseconds