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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c527 u32 **p_comp = &p_hwfn->dmae_info.p_completion_word;
563 if (p_hwfn->dmae_info.p_completion_word) {
567 p_hwfn->dmae_info.p_completion_word, p_phys);
568 p_hwfn->dmae_info.p_completion_word = NULL;
597 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) {
602 *p_hwfn->dmae_info.p_completion_word,
609 * using the volatile keyword for p_completion_word
615 *p_hwfn->dmae_info.p_completion_word = 0;
H A Dqed.h346 u32 *p_completion_word; member in struct:qed_dmae_info

Completed in 106 milliseconds