Home
last modified time | relevance | path

Searched refs:dma_sync_single_for_device (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dpaging.c156 dma_sync_single_for_device(fwrt->trans->dev, in iwl_fill_paging_mem()
202 dma_sync_single_for_device(fwrt->trans->dev, in iwl_fill_paging_mem()
H A Ddbg.c759 dma_sync_single_for_device(fwrt->trans->dev, addr, in iwl_dump_paging()
1195 dma_sync_single_for_device(fwrt->trans->dev, addr, page_size, in _iwl_dump_ini_paging_iter()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h244 dma_sync_single_for_device(struct device *dev, dma_addr_t dma, in dma_sync_single_for_device() function
315 dma_sync_single_for_device(dev, dma, size, direction); in _dma_map_single_attrs()
/freebsd/sys/dev/mthca/
H A Dmthca_mr.c354 dma_sync_single_for_device(&dev->pdev->dev, dma_handle, in mthca_arbel_write_mtt_seg()
789 dma_sync_single_for_device(&dev->pdev->dev, fmr->mem.arbel.dma_handle, in mthca_arbel_map_phys_fmr()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c717 dma_sync_single_for_device(&dev->persist->pdev->dev, dma_handle, in mlx4_write_mtt_chunk()
1029 dma_sync_single_for_device(&dev->persist->pdev->dev, fmr->dma_handle, in mlx4_map_phys_fmr()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c562 dma_sync_single_for_device(dev->dma_dev, t->dma_addr, dev->drv->txwi_size, in mt76_dma_tx_queue_skb()
623 dma_sync_single_for_device(dev->dma_dev, addr, len, dir); in mt76_dma_rx_fill()
/freebsd/sys/dev/irdma/
H A Dirdma_puda.c126dma_sync_single_for_device(hw_to_dev(rsrc->dev->hw), buf->mem.pa, buf->mem.size, DMA_BIDIRECTIONAL… in irdma_puda_post_recvbuf()
1225 dma_sync_single_for_device(hw_to_dev(qp->dev->hw), buf->mem.pa, buf->mem.size, DMA_BIDIRECTIONAL); in irdma_ilq_putback_rcvbuf()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c625 dma_sync_single_for_device(dev->mt76.dma_dev, addr, len, dir); in mt7915_mmio_wed_init_rx_buf()
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1851 dma_sync_single_for_device(na->pdev, *map, sz, in netmap_sync_map_dev()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c818 dma_sync_single_for_device(ddev, dma, size, DMA_TO_DEVICE); in mlx5_ib_update_mtt()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c109 dma_sync_single_for_device(ar->dev, in __ath10k_htt_tx_txq_sync()
H A Dpci.c1343 dma_sync_single_for_device(ar->dev, ATH10K_SKB_RXCB(skb)->paddr, in ath10k_pci_process_htt_rx_cb()
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.c289 dma_sync_single_for_device(dev, dma, buf_sz, DMA_FROM_DEVICE); in rtw_pci_sync_rx_desc_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3709 dma_sync_single_for_device(dev->dma_device, addr, size, dir); in ib_dma_sync_single_for_device()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c160 dma_sync_single_for_device(rtwdev->dev, dma, RTW89_PCI_RX_BUF_SIZE, in rtw89_pci_sync_skb_for_device()