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

/arch/ia64/sn/pci/
H A Dtioce_provider.c514 * tioce_do_dma_map - map pages for PCI DMA
523 tioce_do_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, function
642 * Simply call tioce_do_dma_map() to create a map with the barrier bit clear
648 return tioce_do_dma_map(pdev, paddr, byte_count, 0, dma_flags);
657 * Simply call tioce_do_dma_map() to create a map with the barrier bit set
663 return tioce_do_dma_map(pdev, paddr, byte_count, 1, dma_flags);

Completed in 7 milliseconds