Lines Matching refs:p_phys
540 dma_addr_t p_phys; in qed_dmae_info_free() local
546 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in qed_dmae_info_free()
549 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
554 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in qed_dmae_info_free()
557 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
562 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in qed_dmae_info_free()
566 p_phys); in qed_dmae_info_free()
854 dma_addr_t p_phys; in qed_dmae_sanity() local
859 2 * size, &p_phys, GFP_KERNEL); in qed_dmae_sanity()
882 (u64)p_phys, in qed_dmae_sanity()
883 p_virt, (u64)(p_phys + size), (u8 *)p_virt + size, size); in qed_dmae_sanity()
885 rc = qed_dmae_host2host(p_hwfn, p_ptt, p_phys, p_phys + size, in qed_dmae_sanity()
904 (u64)p_phys + ((u8 *)p_tmp - (u8 *)p_virt), in qed_dmae_sanity()
912 dma_free_coherent(&p_hwfn->cdev->pdev->dev, 2 * size, p_virt, p_phys); in qed_dmae_sanity()