Searched refs:dma_unmap (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/dma/ioat/ |
D | init.c | 847 goto dma_unmap; in ioat_xor_val_self_test() 857 goto dma_unmap; in ioat_xor_val_self_test() 868 goto dma_unmap; in ioat_xor_val_self_test() 878 goto dma_unmap; in ioat_xor_val_self_test() 916 goto dma_unmap; in ioat_xor_val_self_test() 925 goto dma_unmap; in ioat_xor_val_self_test() 936 goto dma_unmap; in ioat_xor_val_self_test() 946 goto dma_unmap; in ioat_xor_val_self_test() 969 goto dma_unmap; in ioat_xor_val_self_test() 978 goto dma_unmap; in ioat_xor_val_self_test() [all …]
|
/Linux-v4.19/arch/ia64/sn/pci/ |
D | pci_dma.c | 148 provider->dma_unmap(pdev, dma_handle, 0); in sn_dma_free_coherent() 225 provider->dma_unmap(pdev, dma_addr, dir); in sn_dma_unmap_page() 250 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-v4.19/arch/ia64/include/asm/sn/ |
D | pcibus_provider_defs.h | 50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member
|
/Linux-v4.19/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-v4.19/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 248 .dma_unmap = pcibr_dma_unmap,
|
/Linux-v4.19/net/smc/ |
D | smc_wr.c | 626 goto dma_unmap; in smc_wr_create_link() 635 dma_unmap: in smc_wr_create_link()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | tango_nand.c | 253 goto dma_unmap; in do_dma() 274 dma_unmap: in do_dma()
|
/Linux-v4.19/drivers/mmc/host/ |
D | jz4740_mmc.c | 336 goto dma_unmap; in jz4740_mmc_start_dma_transfer() 344 dma_unmap: in jz4740_mmc_start_dma_transfer()
|
/Linux-v4.19/drivers/atm/ |
D | fore200e.c | 209 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction); in fore200e_chunk_free() 638 fore200e->bus->dma_unmap(fore200e, prom_dma, sizeof(struct prom_data), DMA_FROM_DEVICE); in fore200e_pca_prom_read() 887 fore200e->bus->dma_unmap(fore200e, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq() 1773 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE); in fore200e_getstats() 1837 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|
D | fore200e.h | 809 void (*dma_unmap)(struct fore200e*, u32, int, int); member
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/ethernet/sun/ |
D | sunhme.c | 258 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir)))
|