Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_cxt.c695 if (!p_t2 || !p_t2->dma_mem) in ecore_cxt_src_t2_free()
699 if (p_t2->dma_mem[i].virt_addr) in ecore_cxt_src_t2_free()
701 p_t2->dma_mem[i].virt_addr, in ecore_cxt_src_t2_free()
702 p_t2->dma_mem[i].phys_addr, in ecore_cxt_src_t2_free()
703 p_t2->dma_mem[i].size); in ecore_cxt_src_t2_free()
706 p_t2->dma_mem = OSAL_NULL; in ecore_cxt_src_t2_free()
717 if (!p_t2 || !p_t2->dma_mem) in ecore_cxt_t2_alloc_pages()
725 &p_t2->dma_mem[i].phys_addr, in ecore_cxt_t2_alloc_pages()
727 if (!p_t2->dma_mem[i].virt_addr) in ecore_cxt_t2_alloc_pages()
731 p_t2->dma_mem[i].size = size; in ecore_cxt_t2_alloc_pages()
[all …]
H A Decore_cxt.h289 struct phys_mem_desc *dma_mem; member