Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddmaengine.h266 struct dma_device *device;
735 struct dma_device { struct
1056 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned()
1062 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned()
1068 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned()
1074 static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1, in is_dma_fill_aligned()
1081 dma_set_maxpq(struct dma_device *dma, int maxpq, int has_pq_continue) in dma_set_maxpq()
1100 static inline bool dma_dev_has_pq_continue(struct dma_device *dma) in dma_dev_has_pq_continue()
1105 static inline unsigned short dma_dev_to_maxpq(struct dma_device *dma) in dma_dev_to_maxpq()
1123 static inline int dma_maxpq(struct dma_device *dma, enum dma_ctrl_flags flags) in dma_maxpq()
[all …]
Dshdma-base.h110 struct dma_device dma_dev;
Drio.h295 struct dma_device dma;
520 static inline struct rio_mport *dma_to_mport(struct dma_device *ddev) in dma_to_mport()
Dasync_tx.h105 struct dma_device *dma = chan->device; in async_tx_issue_pending()
/linux-4.19.296/crypto/async_tx/
Dasync_tx.c82 struct dma_device *device = chan->device; in async_tx_channel_switch()
237 struct dma_device *device; in async_trigger_callback()
Dasync_xor.c39 struct dma_device *dma = chan->device; in do_async_xor()
179 struct dma_device *device = chan ? chan->device : NULL; in async_xor()
274 struct dma_device *device = chan ? chan->device : NULL; in async_xor_val()
Dasync_pq.c58 struct dma_device *dma = chan->device; in do_async_gen_syndrome()
186 struct dma_device *device = chan ? chan->device : NULL; in async_gen_syndrome()
302 struct dma_device *device = chan ? chan->device : NULL; in async_syndrome_val()
Dasync_memcpy.c51 struct dma_device *device = chan ? chan->device : NULL; in async_memcpy()
Dasync_raid6_recov.c37 struct dma_device *dma = chan ? chan->device : NULL; in async_sum_product()
102 struct dma_device *dma = chan ? chan->device : NULL; in async_mult()
/linux-4.19.296/include/rdma/
Dib_verbs.h2258 struct device *dma_device; member
3552 return dma_mapping_error(dev->dma_device, dma_addr); in ib_dma_mapping_error()
3566 return dma_map_single(dev->dma_device, cpu_addr, size, direction); in ib_dma_map_single()
3580 dma_unmap_single(dev->dma_device, addr, size, direction); in ib_dma_unmap_single()
3597 return dma_map_page(dev->dma_device, page, offset, size, direction); in ib_dma_map_page()
3611 dma_unmap_page(dev->dma_device, addr, size, direction); in ib_dma_unmap_page()
3625 return dma_map_sg(dev->dma_device, sg, nents, direction); in ib_dma_map_sg()
3639 dma_unmap_sg(dev->dma_device, sg, nents, direction); in ib_dma_unmap_sg()
3647 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_map_sg_attrs()
3656 dma_unmap_sg_attrs(dev->dma_device, sg, nents, direction, dma_attrs); in ib_dma_unmap_sg_attrs()
[all …]
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_dma.c430 struct dma_device *ddev; in scif_sync_dma()
492 struct dma_device *ddev; in scif_async_dma()
895 struct dma_device *dev = chan->device; in scif_rma_list_dma_copy_unaligned()
1118 struct dma_device *dev = chan->device; in _scif_rma_list_dma_copy_aligned()
1238 struct dma_device *dev = chan->device; in scif_rma_list_dma_copy_aligned()
Dscif_fence.c208 struct dma_device *ddev = chan->device; in _scif_prog_signal()
587 struct dma_device *ddev = chan->device; in _scif_fence_mark()
/linux-4.19.296/drivers/ntb/
Dntb_transport.c1328 struct dma_device *device; in ntb_async_rx_submit()
1603 struct dma_device *device; in ntb_async_tx_submit()
/linux-4.19.296/drivers/misc/mic/vop/
Dvop_vringh.c485 struct dma_device *ddev; in vop_sync_dma()