Searched refs:rte_dma_configure (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev_api.c | 144 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 D | test_dmadev.c | 762 if (rte_dma_configure(dev_id, &conf) != 0) in test_dmadev_instance()
|
| /dpdk/lib/dmadev/ |
| H A D | version.map | 5 rte_dma_configure;
|
| H A D | rte_dmadev.h | 371 int rte_dma_configure(int16_t dev_id, const struct rte_dma_conf *dev_conf);
|
| H A D | rte_dmadev.c | 437 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 D | dma.rst | 212 The initialization of hardware device is done by ``rte_dma_configure()`` and
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 787 if (rte_dma_configure(dev_id, &dev_config) != 0) in configure_dmadev_queue()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 309 if (rte_dma_configure(dev_id, &dev_config) != 0) { in open_dma()
|