Home
last modified time | relevance | path

Searched defs:phys (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c151 dma_addr_t *phys, size_t size) in osal_dma_alloc_coherent()
190 dma_addr_t *phys, size_t size, int align) in osal_dma_alloc_coherent_aligned()
228 void osal_dma_free_mem(struct ecore_dev *p_dev, dma_addr_t phys) in osal_dma_free_mem()
H A Decore_hw.c749 dma_addr_t phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_execute_sub_operation() local
834 dma_addr_t phys = p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_execute_command() local
H A Decore_vfpf_if.h663 dma_addr_t phys; member
/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h21 nicvf_iova_addr_t phys; member
31 nicvf_iova_addr_t phys; member
78 nicvf_iova_addr_t phys; member
/dpdk/lib/eal/windows/
H A Deal_memory.c218 LARGE_INTEGER phys; in rte_mem_virt2phy() local
238 phys_addr_t phys; in rte_mem_virt2iova() local
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c177 void *virt, dma_addr_t phys) in hinic_dma_mem_free()
234 void dma_free_coherent(void *hwdev, size_t size, void *virt, dma_addr_t phys) in dma_free_coherent()
240 volatile void *virt, dma_addr_t phys) in dma_free_coherent_volatile()
/dpdk/drivers/net/cxgbe/
H A Dsge.c1388 dma_addr_t *phys, void *metadata) in alloc_ring()