Home
last modified time | relevance | path

Searched refs:nb_dst (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/dmadev/
H A Drte_dmadev.h905 struct rte_dma_sge *dst, uint16_t nb_src, uint16_t nb_dst, in rte_dma_copy_sg() argument
912 nb_src == 0 || nb_dst == 0) in rte_dma_copy_sg()
918 nb_dst, flags); in rte_dma_copy_sg()
H A Drte_dmadev_core.h29 uint16_t nb_src, uint16_t nb_dst,
H A Drte_dmadev.c803 __rte_unused uint16_t nb_src, __rte_unused uint16_t nb_dst, in dummy_copy_sg() argument
/dpdk/drivers/dma/cnxk/
H A Dcnxk_dmadev.c286 uint16_t nb_src, uint16_t nb_dst, uint64_t flags) in cnxk_dmadev_copy_sg() argument
307 header->s.nfst = nb_dst & 0xf; in cnxk_dmadev_copy_sg()
313 header->s.nlst = nb_dst & 0xf; in cnxk_dmadev_copy_sg()