Lines Matching defs:vsc
77 struct virtio_softc * const vsc = &msc->sc_sc;
93 vsc->sc_dev = self;
94 vsc->sc_dmat = faa->faa_dmat;
117 struct virtio_softc * const vsc = &msc->sc_sc;
120 if (vsc->sc_child) /* Child already attached? */
124 va.sc_childdevid = vsc->sc_childdevid;
128 if (virtio_attach_failed(vsc))
147 struct virtio_softc * const vsc = &msc->sc_sc;
152 aprint_error_dev(vsc->sc_dev, "failed to decode interrupt\n");
156 if (vsc->sc_flags & VIRTIO_F_INTR_MPSAFE)
160 vsc->sc_ipl, flags, virtio_mmio_intr, msc,
161 device_xname(vsc->sc_dev));
163 aprint_error_dev(vsc->sc_dev,
167 aprint_normal_dev(vsc->sc_dev, "interrupting on %s\n", intrstr);