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

/freebsd-10-stable/sys/sparc64/pci/
H A Dpsychovar.h46 struct bus_dma_methods *sc_dma_methods; member in struct:psycho_softc
H A Dfirevar.h42 struct bus_dma_methods sc_dma_methods; member in struct:fire_softc
H A Dschizovar.h49 struct bus_dma_methods sc_dma_methods; member in struct:schizo_softc
H A Dpsycho.c501 sc->sc_dma_methods =
502 malloc(sizeof(*sc->sc_dma_methods), M_DEVBUF,
504 if (sc->sc_dma_methods == NULL)
507 memcpy(sc->sc_dma_methods, &iommu_dma_methods,
508 sizeof(*sc->sc_dma_methods));
509 sc->sc_dma_methods->dm_dmamap_sync =
514 sc->sc_dma_methods = &iommu_dma_methods;
525 sc->sc_dma_methods = &iommu_dma_methods;
538 dmat->dt_mt = sc->sc_dma_methods;
H A Dschizo.c500 memcpy(&sc->sc_dma_methods, &iommu_dma_methods,
501 sizeof(sc->sc_dma_methods));
545 dmat->dt_mt = &sc->sc_dma_methods;
634 sc->sc_dma_methods.dm_dmamap_sync =
671 sc->sc_dma_methods.dm_dmamap_sync =
H A Dfire.c694 memcpy(&sc->sc_dma_methods, &iommu_dma_methods,
695 sizeof(sc->sc_dma_methods));
701 sc->sc_dma_methods.dm_dmamap_sync = fire_dmamap_sync;
721 dmat->dt_mt = &sc->sc_dma_methods;

Completed in 166 milliseconds