Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ntb/test/
H A Dntb_perf.c779 struct perf_thread *pthr = data; in perf_dma_copy_callback() local
781 atomic_dec(&pthr->dma_sync); in perf_dma_copy_callback()
782 wake_up(&pthr->dma_wait); in perf_dma_copy_callback()
785 static int perf_copy_chunk(struct perf_thread *pthr, in perf_copy_chunk() argument
792 struct perf_peer *peer = pthr->perf->test_peer; in perf_copy_chunk()
802 dma_dev = pthr->dma_chan->device->dev; in perf_copy_chunk()
804 if (!is_dma_copy_aligned(pthr->dma_chan->device, offset_in_page(src), in perf_copy_chunk()
826 tx = dmaengine_prep_dma_memcpy(pthr->dma_chan, dst_dma_addr, in perf_copy_chunk()
838 tx->callback_param = pthr; in perf_copy_chunk()
849 atomic_inc(&pthr->dma_sync); in perf_copy_chunk()
[all …]