Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dqueue.c373 lim.virt_boundary_mask = dma_get_merge_boundary(mmc_dev(host)); in mmc_alloc_disk()
456 dma_get_merge_boundary(mmc_dev(host))) in mmc_init_queue()
/linux/block/
H A Dblk-mq-dma.c77 dma_get_merge_boundary(dma_dev)); in blk_can_dma_map_iova()
/linux/include/linux/
H A Ddma-mapping.h154 unsigned long dma_get_merge_boundary(struct device *dev);
267 static inline unsigned long dma_get_merge_boundary(struct device *dev) in dma_get_merge_boundary() function
/linux/kernel/dma/
H A Dmapping.c992 unsigned long dma_get_merge_boundary(struct device *dev) in dma_get_merge_boundary() function
1004 EXPORT_SYMBOL_GPL(dma_get_merge_boundary);
/linux/Documentation/core-api/
H A Ddma-api.rst179 dma_get_merge_boundary(struct device *dev);
511 to the DMA merge boundary returned by ``dma_get_merge_boundary())``, and
/linux/drivers/nvme/host/
H A Dpci.c2379 unsigned long dma_merge_boundary = dma_get_merge_boundary(dev->dev); in nvme_alloc_host_mem()