Searched refs:burst_capacity (Results 1 – 7 of 7) sorted by relevance
75 rte_dma_burst_capacity_t burst_capacity; member
1128 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()
865 obj->burst_capacity = dummy_burst_capacity; in dma_fp_object_dummy()
481 dev->fp_obj->burst_capacity = skeldma_burst_capacity; in skeldma_create()
576 dmadev->fp_obj->burst_capacity = idxd_burst_capacity; in idxd_dmadev_create()
617 dmadev->fp_obj->burst_capacity = ioat_burst_capacity; in ioat_dmadev_create()
851 dev->fp_obj->burst_capacity = hisi_dma_burst_capacity; in hisi_dma_create()