Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info-v2.c145 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch), in iwl_pcie_ctxt_info_v2_alloc()
207 prph_info = dma_alloc_coherent(trans->dev, PAGE_SIZE, in iwl_pcie_ctxt_info_v2_alloc()
216 ctxt_info_v2 = dma_alloc_coherent(trans->dev, in iwl_pcie_ctxt_info_v2_alloc()
267 trans_pcie->iml = dma_alloc_coherent(trans->dev, fw->iml_len, in iwl_pcie_ctxt_info_v2_alloc()
H A Dctxt-info.c23 result = dma_alloc_coherent(trans->dev, size, phys, GFP_KERNEL); in _iwl_pcie_ctxt_info_dma_alloc_coherent()
/freebsd/sys/dev/mthca/
H A Dmthca_allocator.c209 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_buf_alloc()
248 dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE, in mthca_buf_alloc()
H A Dmthca_memfree.c125 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem), in mthca_alloc_icm_coherent()
625 page->db_rec = dma_alloc_coherent(&dev->pdev->dev, MTHCA_ICM_PAGE_SIZE, in mthca_alloc_db()
H A Dmthca_eq.c500 eq->page_list[i].buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_create_eq()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h155 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_coherent() function
166 return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO)); in dma_zalloc_coherent()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dswap.c107 virt_addr = dma_alloc_coherent(ar->dev, swap_bin_len, &paddr, in ath10k_swap_code_seg_alloc()
H A Dce.c1477 dma_alloc_coherent(ar->dev, in ath10k_ce_alloc_src_ring()
1534 dma_alloc_coherent(ar->dev, in ath10k_ce_alloc_src_ring_64()
1591 dma_alloc_coherent(ar->dev, in ath10k_ce_alloc_dest_ring()
1634 dma_alloc_coherent(ar->dev, in ath10k_ce_alloc_dest_ring_64()
1944 ce->vaddr_rri = dma_alloc_coherent(ar->dev, in ath10k_ce_alloc_rri()
H A Dhtt_tx.c248 htt->txbuf.vaddr_txbuff_32 = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc_cont_txbuf_32()
281 htt->txbuf.vaddr_txbuff_64 = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc_cont_txbuf_64()
320 htt->frag_desc.vaddr_desc_32 = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc_cont_frag_desc_32()
361 htt->frag_desc.vaddr_desc_64 = dma_alloc_coherent(ar->dev, size, in ath10k_htt_tx_alloc_cont_frag_desc_64()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c594 buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_buf_alloc()
621 dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_buf_alloc()
690 pgdir->db_page = dma_alloc_coherent(dma_device, PAGE_SIZE, in mlx4_alloc_db_pgdir()
H A Dmlx4_icm.c117 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, in mlx4_alloc_icm_coherent()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp.c256 ring->vaddr_unaligned = dma_alloc_coherent(ab->dev, ring->size, in ath12k_dp_srng_setup()
641 slist[i].vaddr = dma_alloc_coherent(ab->dev, in ath12k_dp_scatter_idle_link_desc_setup()
728 dma_alloc_coherent(ab->dev, desc_sz, in ath12k_dp_link_desc_bank_alloc()
1622 dp->spt_info[i].vaddr = dma_alloc_coherent(ab->dev, in ath12k_dp_cc_init()
1667 lut->vaddr_unaligned = dma_alloc_coherent(ab->dev, lut->size, in ath12k_dp_alloc_reoq_lut()
H A Dce.c647 dma_alloc_coherent(ab->dev, in ath12k_ce_alloc_ring()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.c263 ring->vaddr_unaligned = dma_alloc_coherent(ab->dev, ring->size, in ath11k_dp_srng_setup()
536 slist[i].vaddr = dma_alloc_coherent(ab->dev, in ath11k_dp_scatter_idle_link_desc_setup()
621 dma_alloc_coherent(ab->dev, desc_sz, in ath11k_dp_link_desc_bank_alloc()
H A Dhal.c204 hal->rdp.vaddr = dma_alloc_coherent(ab->dev, size, &hal->rdp.paddr, in ath11k_hal_alloc_cont_rdp()
232 hal->wrp.vaddr = dma_alloc_coherent(ab->dev, size, &hal->wrp.paddr, in ath11k_hal_alloc_cont_wrp()
H A Dce.c629 dma_alloc_coherent(ab->dev, in ath11k_ce_alloc_ring()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c735 rxq->bd = dma_alloc_coherent(dev, free_size * rxq->queue_size, in iwl_pcie_alloc_rxq_dma()
741 rxq->used_bd = dma_alloc_coherent(dev, in iwl_pcie_alloc_rxq_dma()
798 dma_alloc_coherent(trans->dev, in iwl_pcie_rx_alloc()
2192 dma_alloc_coherent(trans->dev, ICT_SIZE, in iwl_pcie_alloc_ict()
H A Dtx.c65 ptr->addr = dma_alloc_coherent(trans->dev, size, in iwl_pcie_alloc_dma_ptr()
768 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
777 txq->first_tb_bufs = dma_alloc_coherent(trans->dev, tb0_buf_sz, in iwl_pcie_txq_alloc()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dpcie.c1188 ring = dma_alloc_coherent(&devinfo->pdev->dev, size, dma_handle, in brcmf_pcie_init_dmabuffer_for_device()
1333 devinfo->idxbuf = dma_alloc_coherent(&devinfo->pdev->dev, bufsz, in brcmf_pcie_init_ringbuffers()
1485 dma_alloc_coherent(&devinfo->pdev->dev, in brcmf_pcie_init_scratchbuffers()
1502 dma_alloc_coherent(&devinfo->pdev->dev, in brcmf_pcie_init_scratchbuffers()
H A Dmsgbuf.c608 dma_buf = dma_alloc_coherent(msgbuf->drvr->bus_if->dev, dma_sz, in brcmf_msgbuf_flowring_create_worker()
1593 msgbuf->ioctbuf = dma_alloc_coherent(drvr->bus_if->dev, in brcmf_proto_msgbuf_attach()
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c342 d_page->vaddr = dma_alloc_coherent(pool->dev, pool->size, in __ttm_dma_alloc_page()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c576 mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device, in c4iw_alloc_mw()
H A Dcq.c124 cq->queue = dma_alloc_coherent(rhp->ibdev.dma_device, cq->memsize, in create_cq()
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.c239 head = dma_alloc_coherent(&pdev->dev, ring_sz, &dma, GFP_KERNEL); in rtw_pci_init_tx_ring()
312 head = dma_alloc_coherent(&pdev->dev, ring_sz, &dma, GFP_KERNEL); in rtw_pci_init_rx_ring()

12