Searched refs:dma_unmap (Results 1 – 7 of 7) sorted by relevance
/arch/ia64/include/asm/sn/ |
D | pcibus_provider_defs.h | 50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member
|
/arch/ia64/sn/pci/ |
D | pci_dma.c | 148 provider->dma_unmap(pdev, dma_handle, 0); in sn_dma_free_coherent() 228 provider->dma_unmap(pdev, dma_addr, dir); in sn_dma_unmap_page() 253 provider->dma_unmap(pdev, sg->dma_address, dir); in sn_dma_unmap_sg()
|
D | tioca_provider.c | 663 .dma_unmap = tioca_dma_unmap,
|
D | tioce_provider.c | 1048 .dma_unmap = tioce_dma_unmap,
|
/arch/ia64/sn/kernel/ |
D | msi_sn.c | 49 (*provider->dma_unmap)(pdev, in sn_teardown_msi_irq() 184 (*provider->dma_unmap)(pdev, bus_addr, PCI_DMA_FROMDEVICE); in sn_set_msi_irq_affinity()
|
D | io_common.c | 78 .dma_unmap = sn_default_pci_unmap,
|
/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 248 .dma_unmap = pcibr_dma_unmap,
|