Home
last modified time | relevance | path

Searched refs:OSAL_DMA_ALLOC_COHERENT (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c626 *p_comp = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, sizeof(u32)); in ecore_dmae_info_alloc()
634 *p_cmd = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, in ecore_dmae_info_alloc()
643 *p_buff = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, in ecore_dmae_info_alloc()
1024 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, 2 * size); in ecore_dmae_sanity()
H A Decore_vf.c579 p_iov->vf2pf_request = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_vf_hw_prepare()
590 p_iov->pf2vf_reply = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_vf_hw_prepare()
610 p_iov->bulletin.p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_vf_hw_prepare()
H A Dbcm_osal.h114 #define OSAL_DMA_ALLOC_COHERENT(dev, phys, size) \ macro
H A Decore_spq.c606 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
H A Decore_int.c1469 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc()
1865 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_int_sp_sb_alloc()
H A Decore_cxt.c724 *p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_cxt_t2_alloc_pages()
2054 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_cxt_dynamic_ilt_alloc()
H A Decore_dev.c5999 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr()
6033 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single()
6073 p_pbl_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_pbl_phys, size); in ecore_chain_alloc_pbl()
6088 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_pbl()
H A Decore_sriov.c555 *p_v_addr = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_iov_allocate_vfdb()
564 *p_v_addr = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_iov_allocate_vfdb()
573 *p_v_addr = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_iov_allocate_vfdb()
H A Decore_init_fw_funcs.c2123 OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_fw_overlay_mem_alloc()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c576 sb_virt = OSAL_DMA_ALLOC_COHERENT(edev, &sb_phys, in qede_alloc_mem_sb()