Searched refs:sync_single_for_device (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-swiotlb.c22 .sync_single_for_device = swiotlb_sync_single_for_device,
H A Dpci-gart.c565 .sync_single_for_device = NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddma-mapping.h30 void (*sync_single_for_device)(struct device *hwdev, member in struct:dma_mapping_ops
114 if (dma_ops->sync_single_for_device)
115 dma_ops->sync_single_for_device(hwdev, dma_handle, size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h865 void (*sync_single_for_device)(struct ib_device *dev, member in struct:ib_dma_mapping_ops
1639 dev->dma_ops->sync_single_for_device(dev, addr, size, dir);

Completed in 59 milliseconds