Home
last modified time | relevance | path

Searched refs:RTE_DMA_DIR_MEM_TO_MEM (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test/
H A Dtest_dmadev_api.c195 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_MEM - 1; in check_direction()
222 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_MEM; in check_port_type()
230 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_MEM; in check_port_type()
272 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_MEM; in test_dma_vchan_setup()
286 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_MEM; in test_dma_vchan_setup()
307 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_MEM; in setup_one_vchan()
H A Dtest_dmadev.c746 .direction = RTE_DMA_DIR_MEM_TO_MEM, in test_dmadev_instance()
/dpdk/doc/guides/dmadevs/
H A Dhisilicon.rst44 * The transfer direction must be set to ``RTE_DMA_DIR_MEM_TO_MEM``.
H A Dioat.rst84 * The transfer direction must be set to ``RTE_DMA_DIR_MEM_TO_MEM`` to copy from memory to memory.
H A Didxd.rst172 * The transfer direction must be set to ``RTE_DMA_DIR_MEM_TO_MEM`` to copy from memory to memory.
/dpdk/lib/dmadev/
H A Drte_dmadev.h435 RTE_DMA_DIR_MEM_TO_MEM, enumerator
H A Drte_dmadev.c597 if (conf->direction != RTE_DMA_DIR_MEM_TO_MEM && in rte_dma_vchan_setup()
604 if (conf->direction == RTE_DMA_DIR_MEM_TO_MEM && in rte_dma_vchan_setup()
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev.c88 case RTE_DMA_DIR_MEM_TO_MEM: in cnxk_dmadev_vchan_setup()
/dpdk/examples/dma/
H A Ddmafwd.c782 .direction = RTE_DMA_DIR_MEM_TO_MEM, in configure_dmadev_queue()
/dpdk/examples/vhost/
H A Dmain.c232 .direction = RTE_DMA_DIR_MEM_TO_MEM, in open_dma()