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

/freebsd-10.2-release/sys/sparc64/pci/
H A Dpsychovar.h39 struct bus_dma_methods *sc_dma_methods; member in struct:psycho_softc
H A Dfirevar.h36 struct bus_dma_methods sc_dma_methods; member in struct:fire_softc
H A Dschizovar.h42 struct bus_dma_methods sc_dma_methods; member in struct:schizo_softc
H A Dpsycho.c544 sc->sc_dma_methods =
545 malloc(sizeof(*sc->sc_dma_methods), M_DEVBUF,
547 if (sc->sc_dma_methods == NULL)
550 memcpy(sc->sc_dma_methods, &iommu_dma_methods,
551 sizeof(*sc->sc_dma_methods));
552 sc->sc_dma_methods->dm_dmamap_sync =
557 sc->sc_dma_methods = &iommu_dma_methods;
568 sc->sc_dma_methods = &iommu_dma_methods;
591 sc->sc_pci_dmat->dt_mt = sc->sc_dma_methods;
H A Dschizo.c507 memcpy(&sc->sc_dma_methods, &iommu_dma_methods,
508 sizeof(sc->sc_dma_methods));
599 sc->sc_pci_dmat->dt_mt = &sc->sc_dma_methods;
700 sc->sc_dma_methods.dm_dmamap_sync =
737 sc->sc_dma_methods.dm_dmamap_sync =
H A Dfire.c702 memcpy(&sc->sc_dma_methods, &iommu_dma_methods,
703 sizeof(sc->sc_dma_methods));
709 sc->sc_dma_methods.dm_dmamap_sync = fire_dmamap_sync;
774 sc->sc_pci_dmat->dt_mt = &sc->sc_dma_methods;

Completed in 56 milliseconds