Home
last modified time | relevance | path

Searched refs:burst_capacity (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/dmadev/
H A Drte_dmadev_core.h75 rte_dma_burst_capacity_t burst_capacity; member
H A Drte_dmadev.h1128 RTE_FUNC_PTR_OR_ERR_RET(*obj->burst_capacity, 0); in rte_dma_burst_capacity()
1130 return (*obj->burst_capacity)(obj->dev_private, vchan); in rte_dma_burst_capacity()
H A Drte_dmadev.c865 obj->burst_capacity = dummy_burst_capacity; in dma_fp_object_dummy()
/dpdk/drivers/dma/skeleton/
H A Dskeleton_dmadev.c481 dev->fp_obj->burst_capacity = skeldma_burst_capacity; in skeldma_create()
/dpdk/drivers/dma/idxd/
H A Didxd_common.c576 dmadev->fp_obj->burst_capacity = idxd_burst_capacity; in idxd_dmadev_create()
/dpdk/drivers/dma/ioat/
H A Dioat_dmadev.c617 dmadev->fp_obj->burst_capacity = ioat_burst_capacity; in ioat_dmadev_create()
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.c851 dev->fp_obj->burst_capacity = hisi_dma_burst_capacity; in hisi_dma_create()