Searched refs:OSAL_DMA_ALLOC_COHERENT (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_hw.c | 626 *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 D | ecore_vf.c | 579 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 D | bcm_osal.h | 114 #define OSAL_DMA_ALLOC_COHERENT(dev, phys, size) \ macro
|
| H A D | ecore_spq.c | 606 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
|
| H A D | ecore_int.c | 1469 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 D | ecore_cxt.c | 724 *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 D | ecore_dev.c | 5999 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 D | ecore_sriov.c | 555 *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 D | ecore_init_fw_funcs.c | 2123 OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_fw_overlay_mem_alloc()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.c | 576 sb_virt = OSAL_DMA_ALLOC_COHERENT(edev, &sb_phys, in qede_alloc_mem_sb()
|