Lines Matching defs:vt9p_softc
63 struct vt9p_softc {
73 STAILQ_ENTRY(vt9p_softc) chan_next;
77 static STAILQ_HEAD( ,vt9p_softc) global_chan_list =
111 vt9p_req_wait(struct vt9p_softc *chan, struct p9_req_t *req)
142 struct vt9p_softc *chan;
215 struct vt9p_softc *chan;
219 chan = (struct vt9p_softc *)xsc;
242 vt9p_alloc_virtqueue(struct vt9p_softc *sc)
270 vt9p_stop(struct vt9p_softc *sc)
282 struct vt9p_softc *sc;
298 STAILQ_REMOVE(&global_chan_list, sc, vt9p_softc, chan_next);
313 struct vt9p_softc *chan;
398 struct vt9p_softc *sc, *chan;
440 struct vt9p_softc *chan = handle;
464 sizeof(struct vt9p_softc)