Searched refs:nb_dst (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.h | 905 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 D | rte_dmadev_core.h | 29 uint16_t nb_src, uint16_t nb_dst,
|
| H A D | rte_dmadev.c | 803 __rte_unused uint16_t nb_src, __rte_unused uint16_t nb_dst, in dummy_copy_sg() argument
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | cnxk_dmadev.c | 286 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()
|