Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c692 *p_comp = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, sizeof(u32)); in ecore_dmae_info_alloc()
700 *p_cmd = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, in ecore_dmae_info_alloc()
709 *p_buff = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, in ecore_dmae_info_alloc()
H A Dbcm_osal.h126 #define OSAL_DMA_ALLOC_COHERENT(_edev_, _paddr_, _mem_size_) \ macro
H A Decore_cxt.c980 *p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_cxt_src_t2_alloc()
1103 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_ilt_blk_alloc()
2411 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_cxt_dynamic_ilt_alloc()
H A Decore_spq.c642 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
H A Decore_int.c1320 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc()
1708 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_int_sp_sb_alloc()
H A Decore_dev.c4297 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr()
4331 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single()
4371 p_pbl_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_pbl_phys, size); in ecore_chain_alloc_pbl()
4386 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_pbl()
H A Decore_dbg_fw_funcs.c4964 pci_buf = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &pci_buf_phys_addr, dev_data->bus.pci_buf.size); in ecore_dbg_bus_set_pci_output()
H A Drelease.txt5808 Change: Don't assume OSAL_DMA_ALLOC_COHERENT zeroes context memory.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt82 - void* OSAL_DMA_ALLOC_COHERENT(struct *ecore_dev, dma_addr_t *phys, u32 size)
88 Frees previously allocated memory [via OSAL_DMA_ALLOC_COHERENT].