Home
last modified time | relevance | path

Searched refs:vchan_setup (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/dmadev/
H A Drte_dmadev_pmd.h78 rte_dma_vchan_setup_t vchan_setup; member
H A Drte_dmadev.c650 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->vchan_setup, -ENOTSUP); in rte_dma_vchan_setup()
651 return (*dev->dev_ops->vchan_setup)(dev, vchan, conf, in rte_dma_vchan_setup()
/dpdk/drivers/dma/skeleton/
H A Dskeleton_dmadev.c163 vchan_setup(struct skeldma_hw *hw, uint16_t nb_desc) in vchan_setup() function
257 return vchan_setup(hw, conf->nb_desc); in skeldma_vchan_setup()
450 .vchan_setup = skeldma_vchan_setup,
/dpdk/drivers/dma/idxd/
H A Didxd_bus.c102 .vchan_setup = idxd_vchan_setup,
H A Didxd_pci.c139 .vchan_setup = idxd_vchan_setup,
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev.c446 .vchan_setup = cnxk_dmadev_vchan_setup,
/dpdk/drivers/dma/ioat/
H A Dioat_dmadev.c592 .vchan_setup = ioat_vchan_setup, in ioat_dmadev_create()
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.c819 .vchan_setup = hisi_dma_vchan_setup,
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.c920 .vchan_setup = dpaa_qdma_queue_setup,