Searched refs:dma_unmap (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/dma/ioat/ |
D | init.c | 843 goto dma_unmap; in ioat_xor_val_self_test() 851 goto dma_unmap; in ioat_xor_val_self_test() 860 goto dma_unmap; in ioat_xor_val_self_test() 871 goto dma_unmap; in ioat_xor_val_self_test() 881 goto dma_unmap; in ioat_xor_val_self_test() 920 goto dma_unmap; in ioat_xor_val_self_test() 928 goto dma_unmap; in ioat_xor_val_self_test() 939 goto dma_unmap; in ioat_xor_val_self_test() 949 goto dma_unmap; in ioat_xor_val_self_test() 973 goto dma_unmap; in ioat_xor_val_self_test() [all …]
|
/linux-4.4.14/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,
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | pcibus_provider_defs.h | 50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member
|
/linux-4.4.14/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,
|
/linux-4.4.14/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 248 .dma_unmap = pcibr_dma_unmap,
|
/linux-4.4.14/drivers/mmc/host/ |
D | jz4740_mmc.c | 309 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 317 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
/linux-4.4.14/drivers/atm/ |
D | fore200e.c | 209 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction); in fore200e_chunk_free() 630 fore200e->bus->dma_unmap(fore200e, prom_dma, sizeof(struct prom_data), DMA_FROM_DEVICE); in fore200e_pca_prom_read() 879 fore200e->bus->dma_unmap(fore200e, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq() 1775 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE); in fore200e_getstats() 1839 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|
D | fore200e.h | 808 void (*dma_unmap)(struct fore200e*, u32, int, int); member
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_nodeqp.c | 420 goto dma_unmap; in scif_init_p2p_info() 427 dma_unmap: in scif_init_p2p_info()
|
/linux-4.4.14/drivers/scsi/ |
D | BusLogic.c | 314 static void blogic_dealloc_ccb(struct blogic_ccb *ccb, int dma_unmap) in blogic_dealloc_ccb() argument 320 if (dma_unmap) in blogic_dealloc_ccb()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunhme.c | 257 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir)))
|