Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddma-mapping.h524 static inline int dma_set_seg_boundary(struct device *dev, unsigned long mask) in dma_set_seg_boundary() function
/openbmc/linux/drivers/macintosh/
H A Dmacio_asic.c388 dma_set_seg_boundary(&dev->ofdev.dev, 0xffffffff); in macio_add_one_device()
/openbmc/linux/drivers/s390/net/
H A Dism_drv.c645 dma_set_seg_boundary(&pdev->dev, SZ_1M - 1); in ism_probe()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c1896 dma_set_seg_boundary(dev, shost->dma_boundary); in __scsi_init_queue()
/openbmc/linux/drivers/pci/
H A Dprobe.c2554 dma_set_seg_boundary(&dev->dev, 0xffffffff); in pci_device_add()
/openbmc/linux/drivers/nvme/host/
H A Dfc.c429 dma_set_seg_boundary(dev, template->dma_boundary); in nvme_fc_register_localport()