Home | History | Annotate | Download | only in mvme

Lines Matching refs:sc_mvmedmat

212 	sc->sc_mvmedmat._cookie = sc;
213 sc->sc_mvmedmat._dmamap_load = mvmebus_dmamap_load;
214 sc->sc_mvmedmat._dmamap_load_mbuf = mvmebus_dmamap_load_mbuf;
215 sc->sc_mvmedmat._dmamap_load_uio = mvmebus_dmamap_load_uio;
216 sc->sc_mvmedmat._dmamap_load_raw = mvmebus_dmamap_load_raw;
217 sc->sc_mvmedmat._dmamap_unload = mvmebus_dmamap_unload;
218 sc->sc_mvmedmat._dmamap_sync = mvmebus_dmamap_sync;
219 sc->sc_mvmedmat._dmamem_map = mvmebus_dmamem_map;
220 sc->sc_mvmedmat._dmamem_unmap = mvmebus_dmamem_unmap;
221 sc->sc_mvmedmat._dmamem_mmap = mvmebus_dmamem_mmap;
224 sc->sc_mvmedmat._dmamap_create = mvmebus_dummy_dmamap_create;
225 sc->sc_mvmedmat._dmamap_destroy = mvmebus_dummy_dmamap_destroy;
226 sc->sc_mvmedmat._dmamem_alloc = mvmebus_dummy_dmamem_alloc;
227 sc->sc_mvmedmat._dmamem_free = mvmebus_dummy_dmamem_free;
229 sc->sc_mvmedmat._dmamap_create = NULL;
230 sc->sc_mvmedmat._dmamap_destroy = NULL;
231 sc->sc_mvmedmat._dmamem_alloc = NULL;
232 sc->sc_mvmedmat._dmamem_free = NULL;
236 vaa.va_bdt = &sc->sc_mvmedmat;