Home
last modified time | relevance | path

Searched refs:RTE_DMA_DIR_MEM_TO_DEV (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/dmadev/
H A Drte_dmadev.c598 conf->direction != RTE_DMA_DIR_MEM_TO_DEV && in rte_dma_vchan_setup()
610 if (conf->direction == RTE_DMA_DIR_MEM_TO_DEV && in rte_dma_vchan_setup()
641 dst_is_dev = conf->direction == RTE_DMA_DIR_MEM_TO_DEV || in rte_dma_vchan_setup()
H A Drte_dmadev.h444 RTE_DMA_DIR_MEM_TO_DEV, enumerator
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev.c82 case RTE_DMA_DIR_MEM_TO_DEV: in cnxk_dmadev_vchan_setup()
/dpdk/app/test/
H A Dtest_dmadev_api.c201 vchan_conf.direction = RTE_DMA_DIR_MEM_TO_DEV; in check_direction()