Searched defs:phys (Results 1 – 7 of 7) sorted by relevance
/dpdk/drivers/net/qede/base/ |
H A D | bcm_osal.c | 151 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 D | ecore_hw.c | 749 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 D | ecore_vfpf_if.h | 663 dma_addr_t phys; member
|
/dpdk/drivers/net/thunderx/ |
H A D | nicvf_struct.h | 21 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 D | eal_memory.c | 218 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 D | hinic_pmd_hwdev.c | 177 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 D | sge.c | 1388 dma_addr_t *phys, void *metadata) in alloc_ring()
|