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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dpcibus_provider_defs.h50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member in struct:sn_pcibus_provider
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dpci_dma.c146 provider->dma_unmap(pdev, dma_handle, 0);
208 provider->dma_unmap(pdev, dma_addr, direction);
231 provider->dma_unmap(pdev, sg->dma_address, direction);
H A Dtioca_provider.c639 .dma_unmap = tioca_dma_unmap,
H A Dtioce_provider.c1030 .dma_unmap = tioce_dma_unmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dmsi_sn.c48 (*provider->dma_unmap)(pdev,
182 (*provider->dma_unmap)(pdev, bus_addr, PCI_DMA_FROMDEVICE);
H A Dio_common.c77 .dma_unmap = sn_default_pci_unmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_provider.c245 .dma_unmap = pcibr_dma_unmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunhme.h407 void (*dma_unmap)(void *, u32, long, int); member in struct:happy_meal
H A Dsunhme.c256 ((__hp)->dma_unmap((__hp)->happy_dev, (__addr), (__size), (__dir)))
2793 hp->dma_unmap = (void (*)(void *, u32, long, int))sbus_unmap_single;
3132 hp->dma_unmap = (void (*)(void *, u32, long, int))pci_unmap_single;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.h812 void (*dma_unmap)(struct fore200e*, u32, int, int); member in struct:fore200e_bus
H A Dfore200e.c183 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction);
597 fore200e->bus->dma_unmap(fore200e, prom_dma, sizeof(struct prom_data), DMA_FROM_DEVICE);
904 fore200e->bus->dma_unmap(fore200e, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length,
1798 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE);

Completed in 200 milliseconds