Searched refs:dma_unmap (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dpcibus_provider_defs.h50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member in struct:sn_pcibus_provider
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dpci_dma.c147 provider->dma_unmap(pdev, dma_handle, 0);
227 provider->dma_unmap(pdev, dma_addr, dir);
252 provider->dma_unmap(pdev, sg->dma_address, dir);
H A Dtioca_provider.c635 .dma_unmap = tioca_dma_unmap,
H A Dtioce_provider.c1034 .dma_unmap = tioce_dma_unmap,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dmsi_sn.c49 (*provider->dma_unmap)(pdev,
184 (*provider->dma_unmap)(pdev, bus_addr, PCI_DMA_FROMDEVICE);
H A Dio_common.c77 .dma_unmap = sn_default_pci_unmap,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/pcibr/
H A Dpcibr_provider.c247 .dma_unmap = pcibr_dma_unmap,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/
H A Ddma.h628 * sempaphore within the memory map, it is VERY important that dma_unmap
685 int dma_unmap(DMA_MemMap_t *memMap, /* Stores state information about the map */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c2066 dma_unmap(memMap, 0);
2211 int dma_unmap(DMA_MemMap_t *memMap, /* Stores state information about the map */ function
2319 EXPORT_SYMBOL(dma_unmap); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h808 void (*dma_unmap)(struct fore200e*, u32, int, int); member in struct:fore200e_bus
H A Dfore200e.c185 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction);
596 fore200e->bus->dma_unmap(fore200e, prom_dma, sizeof(struct prom_data), DMA_FROM_DEVICE);
845 fore200e->bus->dma_unmap(fore200e, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length,
1739 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunhme.c258 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir)))

Completed in 245 milliseconds