octeon_pci_dma_ops  148 arch/mips/cavium-octeon/dma-octeon.c static const struct octeon_dma_map_ops *octeon_pci_dma_ops;
octeon_pci_dma_ops  154 arch/mips/cavium-octeon/dma-octeon.c 		octeon_pci_dma_ops = &octeon_gen1_ops;
octeon_pci_dma_ops  157 arch/mips/cavium-octeon/dma-octeon.c 		octeon_pci_dma_ops = &octeon_gen2_ops;
octeon_pci_dma_ops  160 arch/mips/cavium-octeon/dma-octeon.c 		octeon_pci_dma_ops = &octeon_big_ops;
octeon_pci_dma_ops  163 arch/mips/cavium-octeon/dma-octeon.c 		octeon_pci_dma_ops = &octeon_small_ops;
octeon_pci_dma_ops  175 arch/mips/cavium-octeon/dma-octeon.c 		return octeon_pci_dma_ops->phys_to_dma(dev, paddr);
octeon_pci_dma_ops  184 arch/mips/cavium-octeon/dma-octeon.c 		return octeon_pci_dma_ops->dma_to_phys(dev, daddr);