Home
last modified time | relevance | path

Searched refs:rte_dma_configure (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_dmadev_api.c144 ret = rte_dma_configure(invalid_dev_id, &conf); in test_dma_configure()
146 ret = rte_dma_configure(test_dev_id, NULL); in test_dma_configure()
151 ret = rte_dma_configure(test_dev_id, &conf); in test_dma_configure()
159 ret = rte_dma_configure(test_dev_id, &conf); in test_dma_configure()
166 ret = rte_dma_configure(test_dev_id, &conf); in test_dma_configure()
172 ret = rte_dma_configure(test_dev_id, &conf); in test_dma_configure()
259 ret = rte_dma_configure(test_dev_id, &dev_conf); in test_dma_vchan_setup()
305 ret = rte_dma_configure(test_dev_id, &dev_conf); in setup_one_vchan()
336 ret = rte_dma_configure(test_dev_id, &dev_conf); in test_dma_start_stop()
H A Dtest_dmadev.c762 if (rte_dma_configure(dev_id, &conf) != 0) in test_dmadev_instance()
/dpdk/lib/dmadev/
H A Dversion.map5 rte_dma_configure;
H A Drte_dmadev.h371 int rte_dma_configure(int16_t dev_id, const struct rte_dma_conf *dev_conf);
H A Drte_dmadev.c437 rte_dma_configure(int16_t dev_id, const struct rte_dma_conf *dev_conf) in rte_dma_configure() function
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst212 The initialization of hardware device is done by ``rte_dma_configure()`` and
/dpdk/examples/dma/
H A Ddmafwd.c787 if (rte_dma_configure(dev_id, &dev_config) != 0) in configure_dmadev_queue()
/dpdk/examples/vhost/
H A Dmain.c309 if (rte_dma_configure(dev_id, &dev_config) != 0) { in open_dma()