Searched refs:sc_dma_methods (Results 1 – 6 of 6) sorted by relevance
504 sc->sc_dma_methods = in psycho_attach()505 malloc(sizeof(*sc->sc_dma_methods), M_DEVBUF, in psycho_attach()507 if (sc->sc_dma_methods == NULL) in psycho_attach()510 memcpy(sc->sc_dma_methods, &iommu_dma_methods, in psycho_attach()511 sizeof(*sc->sc_dma_methods)); in psycho_attach()512 sc->sc_dma_methods->dm_dmamap_sync = in psycho_attach()517 sc->sc_dma_methods = &iommu_dma_methods; in psycho_attach()528 sc->sc_dma_methods = &iommu_dma_methods; in psycho_attach()541 dmat->dt_mt = sc->sc_dma_methods; in psycho_attach()
48 struct bus_dma_methods *sc_dma_methods; member
51 struct bus_dma_methods sc_dma_methods; member
44 struct bus_dma_methods sc_dma_methods; member
504 memcpy(&sc->sc_dma_methods, &iommu_dma_methods, in schizo_attach()505 sizeof(sc->sc_dma_methods)); in schizo_attach()549 dmat->dt_mt = &sc->sc_dma_methods; in schizo_attach()638 sc->sc_dma_methods.dm_dmamap_sync = in schizo_attach()675 sc->sc_dma_methods.dm_dmamap_sync = in schizo_attach()
697 memcpy(&sc->sc_dma_methods, &iommu_dma_methods, in fire_attach()698 sizeof(sc->sc_dma_methods)); in fire_attach()704 sc->sc_dma_methods.dm_dmamap_sync = fire_dmamap_sync; in fire_attach()724 dmat->dt_mt = &sc->sc_dma_methods; in fire_attach()