Searched refs:rte_dma_info (Results 1 – 16 of 16) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev_api.c | 123 struct rte_dma_info info = { 0 }; in test_dma_info_get() 140 struct rte_dma_info info = { 0 }; in test_dma_configure() 215 check_port_type(struct rte_dma_info *dev_info) in check_port_type() 244 struct rte_dma_info dev_info = { 0 }; in test_dma_vchan_setup() 298 struct rte_dma_info dev_info = { 0 }; in setup_one_vchan() 350 struct rte_dma_info dev_info = { 0 }; in test_dma_stats()
|
| H A D | test_dmadev.c | 743 struct rte_dma_info info; in test_dmadev_instance()
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.c | 414 rte_dma_info_get(int16_t dev_id, struct rte_dma_info *dev_info) in rte_dma_info_get() 423 memset(dev_info, 0, sizeof(struct rte_dma_info)); in rte_dma_info_get() 425 sizeof(struct rte_dma_info)); in rte_dma_info_get() 440 struct rte_dma_info dev_info; in rte_dma_configure() 570 struct rte_dma_info dev_info; in rte_dma_vchan_setup() 762 struct rte_dma_info dev_info; in rte_dma_dump()
|
| H A D | rte_dmadev.h | 288 struct rte_dma_info { struct 328 int rte_dma_info_get(int16_t dev_id, struct rte_dma_info *dev_info);
|
| H A D | rte_dmadev_pmd.h | 29 struct rte_dma_info *dev_info,
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_internal.h | 90 int idxd_info_get(const struct rte_dma_dev *dev, struct rte_dma_info *dev_info,
|
| H A D | idxd_common.c | 452 idxd_info_get(const struct rte_dma_dev *dev, struct rte_dma_info *info, uint32_t size) in idxd_info_get() 459 *info = (struct rte_dma_info) { in idxd_info_get()
|
| H A D | idxd_pci.c | 362 struct rte_dma_info *info = {0}; in idxd_dmadev_remove_pci()
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | cnxk_dmadev.c | 23 struct rte_dma_info *dev_info, uint32_t size) in cnxk_dmadev_info_get()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 29 skeldma_info_get(const struct rte_dma_dev *dev, struct rte_dma_info *dev_info, in skeldma_info_get()
|
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_dmadev.c | 184 ioat_dev_info_get(const struct rte_dma_dev *dev, struct rte_dma_info *info, uint32_t size) in ioat_dev_info_get()
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 779 struct rte_dma_info info; in configure_dmadev_queue()
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | hisi_dmadev.c | 328 struct rte_dma_info *dev_info, in hisi_dma_info_get()
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 658 dpaa_info_get(const struct rte_dma_dev *dev, struct rte_dma_info *dev_info, in dpaa_info_get()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 229 struct rte_dma_info info; in open_dma()
|
| /dpdk/lib/vhost/ |
| H A D | vhost.c | 1817 struct rte_dma_info info; in rte_vhost_async_dma_configure()
|