Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_vct

115 	struct vme_chipset_tag sc_vct;
268 sc->sc_vct.cookie = self;
269 sc->sc_vct.vct_probe = b3_2706_vme_probe;
270 sc->sc_vct.vct_map = b3_2706_map_vme;
271 sc->sc_vct.vct_unmap = b3_2706_unmap_vme;
272 sc->sc_vct.vct_int_map = b3_2706_map_vmeint;
273 sc->sc_vct.vct_int_establish = b3_2706_establish_vmeint;
274 sc->sc_vct.vct_int_disestablish = b3_2706_disestablish_vmeint;
275 sc->sc_vct.vct_dmamap_create = b3_2706_dmamap_create;
276 sc->sc_vct.vct_dmamap_destroy = b3_2706_dmamap_destroy;
277 sc->sc_vct.vct_dmamem_alloc = b3_2706_dmamem_alloc;
278 sc->sc_vct.vct_dmamem_free = b3_2706_dmamem_free;
280 vaa.va_vct = &(sc->sc_vct);