Home
last modified time | relevance | path

Searched refs:rte_dma_conf (Results 1 – 15 of 15) sorted by relevance

/dpdk/lib/dmadev/
H A Drte_dmadev_pmd.h34 const struct rte_dma_conf *dev_conf,
101 struct rte_dma_conf dev_conf; /**< DMA device configuration. */
H A Drte_dmadev.h335 struct rte_dma_conf { struct
371 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()
476 sizeof(struct rte_dma_conf)); in rte_dma_configure()
479 sizeof(struct rte_dma_conf)); in rte_dma_configure()
/dpdk/app/test/
H A Dtest_dmadev_api.c139 struct rte_dma_conf conf = { 0 }; in test_dma_configure()
243 struct rte_dma_conf dev_conf = { 0 }; in test_dma_vchan_setup()
299 struct rte_dma_conf dev_conf = { 0 }; in setup_one_vchan()
319 struct rte_dma_conf dev_conf = { 0 }; in test_dma_start_stop()
H A Dtest_dmadev.c744 const struct rte_dma_conf conf = { .nb_vchans = 1}; in test_dmadev_instance()
/dpdk/drivers/dma/idxd/
H A Didxd_internal.h86 int idxd_configure(struct rte_dma_dev *dev, const struct rte_dma_conf *dev_conf,
H A Didxd_common.c492 idxd_configure(struct rte_dma_dev *dev __rte_unused, const struct rte_dma_conf *dev_conf, in idxd_configure()
495 if (sizeof(struct rte_dma_conf) != conf_sz) in idxd_configure()
/dpdk/drivers/dma/ioat/
H A Dioat_dmadev.c30 ioat_dev_configure(struct rte_dma_dev *dev __rte_unused, const struct rte_dma_conf *dev_conf, in ioat_dev_configure()
33 if (sizeof(struct rte_dma_conf) != conf_sz) in ioat_dev_configure()
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev.c43 const struct rte_dma_conf *conf, uint32_t conf_sz) in cnxk_dmadev_configure()
/dpdk/drivers/dma/skeleton/
H A Dskeleton_dmadev.c49 skeldma_configure(struct rte_dma_dev *dev, const struct rte_dma_conf *conf, in skeldma_configure()
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst213 ``rte_dma_vchan_setup()`` functions using the ``rte_dma_conf`` and
/dpdk/examples/dma/
H A Ddmafwd.c780 struct rte_dma_conf dev_config = { .nb_vchans = 1 }; in configure_dmadev_queue()
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.c348 const struct rte_dma_conf *conf, in hisi_dma_configure()
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.c716 __rte_unused const struct rte_dma_conf *dev_conf, in dpaa_qdma_configure()
/dpdk/examples/vhost/
H A Dmain.c230 struct rte_dma_conf dev_config = { .nb_vchans = 1 }; in open_dma()