Home
last modified time | relevance | path

Searched refs:DMA_BIDIRECTIONAL (Results 76 – 100 of 258) sorted by relevance

1234567891011

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_offload.c526 DMA_BIDIRECTIONAL); in mlx5e_ipsec_aso_init()
546 DMA_BIDIRECTIONAL); in mlx5e_ipsec_aso_init()
564 DMA_BIDIRECTIONAL); in mlx5e_ipsec_aso_cleanup()
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dmr.c276 mr->nent = dma_map_sg_attrs(dma, mr->sg_head.sgl, mr->nsg, DMA_BIDIRECTIONAL, 0); in map_direct_mr()
289 dma_unmap_sg_attrs(dma, mr->sg_head.sgl, mr->nsg, DMA_BIDIRECTIONAL, 0); in map_direct_mr()
300 dma_unmap_sg_attrs(dma, mr->sg_head.sgl, mr->nsg, DMA_BIDIRECTIONAL, 0); in unmap_direct_mr()
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c348 err = dma_map_sg(rkc->dev, sgs, 1, DMA_BIDIRECTIONAL); in rk_cipher_run()
387 dma_unmap_sg(rkc->dev, sgs, 1, DMA_BIDIRECTIONAL); in rk_cipher_run()
425 dma_unmap_sg(rkc->dev, sgs, 1, DMA_BIDIRECTIONAL); in rk_cipher_run()
/openbmc/linux/net/rds/
H A Dib_frmr.c209 DMA_BIDIRECTIONAL); in rds_ib_map_frmr()
261 DMA_BIDIRECTIONAL); in rds_ib_map_frmr()
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c235 DMA_BIDIRECTIONAL); in allocate_frame_data()
248 DMA_BIDIRECTIONAL); in deallocate_frame_data()
/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_sgdma.c71 priv->rxdescmem, DMA_BIDIRECTIONAL); in sgdma_initialize()
106 priv->rxdescmem, DMA_BIDIRECTIONAL); in sgdma_uninitialize()
/openbmc/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c179 DMA_BIDIRECTIONAL); in meson_cipher()
239 dma_unmap_sg(mc->dev, areq->src, sg_nents(areq->src), DMA_BIDIRECTIONAL); in meson_cipher()
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c155 DMA_BIDIRECTIONAL); in sl3516_ce_cipher()
252 DMA_BIDIRECTIONAL); in sl3516_ce_cipher()
/openbmc/linux/drivers/net/thunderbolt/
H A Dtrace.h20 { DMA_BIDIRECTIONAL, "DMA_BIDIRECTIONAL" }, \
/openbmc/linux/drivers/crypto/qce/
H A Daead.c41 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_aead_done()
42 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_aead_done()
437 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_aead_async_req_handle()
438 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_aead_async_req_handle()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dpuda.c88 buf->mem.size, DMA_BIDIRECTIONAL); in irdma_puda_post_recvbuf()
156 buf->mem.size, DMA_BIDIRECTIONAL); in irdma_puda_alloc_buf()
181 DMA_BIDIRECTIONAL); in irdma_puda_dele_buf()
367 buf->mem.size, DMA_BIDIRECTIONAL); in irdma_puda_poll_cmpl()
398 buf->mem.size, DMA_BIDIRECTIONAL); in irdma_puda_poll_cmpl()
546 buf->mem.size, DMA_BIDIRECTIONAL); in irdma_puda_send_buf()
1128 buf->mem.size, DMA_BIDIRECTIONAL); in irdma_ilq_putback_rcvbuf()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c293 st = dma_buf_map_attachment_unlocked(import_attach, DMA_BIDIRECTIONAL); in igt_dmabuf_import_same_driver()
306 dma_buf_unmap_attachment_unlocked(import_attach, st, DMA_BIDIRECTIONAL); in igt_dmabuf_import_same_driver()
/openbmc/linux/crypto/async_tx/
H A Dasync_pq.c228 len, DMA_BIDIRECTIONAL); in async_gen_syndrome()
238 len, DMA_BIDIRECTIONAL); in async_gen_syndrome()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_bl.c26 bl_dma_dir = blp != blpout ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qat_bl_free_bufl()
89 bufl_dma_dir = sgl != sglout ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in __qat_bl_sgl_to_bufl()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c171 dma_unmap_sgtable(dev, &vmw_tt->sgt, DMA_BIDIRECTIONAL, 0); in vmw_ttm_unmap_from_dma()
192 return dma_map_sgtable(dev, &vmw_tt->sgt, DMA_BIDIRECTIONAL, 0); in vmw_ttm_map_for_dma()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c70 DMA_BIDIRECTIONAL); in mthca_free_icm_pages()
190 DMA_BIDIRECTIONAL); in mthca_alloc_icm()
209 chunk->npages, DMA_BIDIRECTIONAL); in mthca_alloc_icm()
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c598 sgt = dma_buf_map_attachment_unlocked(attach, DMA_BIDIRECTIONAL); in dmabuf_imp_to_refs()
661 dma_buf_unmap_attachment_unlocked(attach, sgt, DMA_BIDIRECTIONAL); in dmabuf_imp_to_refs()
712 DMA_BIDIRECTIONAL); in dmabuf_imp_release()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c404 DMA_BIDIRECTIONAL); in lpc32xx_xmit_dma()
426 DMA_BIDIRECTIONAL); in lpc32xx_xmit_dma()
430 DMA_BIDIRECTIONAL); in lpc32xx_xmit_dma()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dcipher.c70 DMA_BIDIRECTIONAL); in mv_cesa_skcipher_dma_cleanup()
340 DMA_BIDIRECTIONAL); in mv_cesa_skcipher_dma_req_init()
401 req->dst != req->src ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL); in mv_cesa_skcipher_dma_req_init()
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c435 FEI_BUFFER_SIZE, DMA_BIDIRECTIONAL); in free_input_block()
442 PID_TABLE_SIZE, DMA_BIDIRECTIONAL); in free_input_block()
478 DMA_BIDIRECTIONAL); in configure_memdma_and_inputblock()
511 DMA_BIDIRECTIONAL); in configure_memdma_and_inputblock()
/openbmc/linux/drivers/char/agp/
H A Dintel-gtt.c115 DMA_BIDIRECTIONAL)) in intel_gtt_map_memory()
131 DMA_BIDIRECTIONAL); in intel_gtt_unmap_memory()
307 PAGE_SIZE, DMA_BIDIRECTIONAL); in intel_gtt_setup_scratch_page()
557 DMA_BIDIRECTIONAL); in intel_gtt_teardown_scratch_page()
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Ddmabuf-cache.c86 entry->dma_dir = DMA_BIDIRECTIONAL; in tegra_vde_dmabuf_cache_map()
/openbmc/linux/include/target/
H A Dtarget_core_fabric.h238 return DMA_BIDIRECTIONAL; in target_reverse_dma_direction()
/openbmc/linux/arch/powerpc/kernel/
H A Diommu.c949 mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, in iommu_alloc_coherent()
977 case DMA_BIDIRECTIONAL: in iommu_direction_to_tce_perm()
1025 return DMA_BIDIRECTIONAL; in iommu_tce_direction()
1087 (*direction == DMA_BIDIRECTIONAL)) && in iommu_tce_xchg_no_kill()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c1925 RFD_BUF_LEN, DMA_BIDIRECTIONAL); in e100_rx_alloc_skb()
1943 DMA_BIDIRECTIONAL); in e100_rx_alloc_skb()
1963 sizeof(struct rfd), DMA_BIDIRECTIONAL); in e100_rx_indicate()
1997 DMA_BIDIRECTIONAL); in e100_rx_indicate()
2101 DMA_BIDIRECTIONAL); in e100_rx_clean()
2110 DMA_BIDIRECTIONAL); in e100_rx_clean()
2116 DMA_BIDIRECTIONAL); in e100_rx_clean()
2140 DMA_BIDIRECTIONAL); in e100_rx_clean_list()
2183 sizeof(struct rfd), DMA_BIDIRECTIONAL); in e100_rx_alloc_list()
2383 RFD_BUF_LEN, DMA_BIDIRECTIONAL); in e100_loopback_test()

1234567891011