Home
last modified time | relevance | path

Searched refs:rte_vhost_async_dma_configure (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/vhost/
H A Drte_vhost_async.h205 int rte_vhost_async_dma_configure(int16_t dma_id, uint16_t vchan_id);
H A Dversion.map89 rte_vhost_async_dma_configure;
H A Dvhost.c1815 rte_vhost_async_dma_configure(int16_t dma_id, uint16_t vchan_id) in rte_vhost_async_dma_configure() function
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst221 * ``rte_vhost_async_dma_configure(dma_id, vchan_id)``
/dpdk/examples/vhost/
H A Dmain.c1880 if (rte_vhost_async_dma_configure(dmas_id[i], 0) < 0) { in main()