Home
last modified time | relevance | path

Searched refs:rte_dma_fill (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/dmadev/
H A Drte_dmadev.h952 rte_dma_fill(int16_t dev_id, uint16_t vchan, uint64_t pattern, in rte_dma_fill() function
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst76 Enqueue APIs such as ``rte_dma_copy`` and ``rte_dma_fill`` can be used to
/dpdk/app/test/
H A Dtest_dmadev.c647 int id = rte_dma_fill(dev_id, vchan, pattern, in test_enqueue_fill()