Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_softc

39 CFATTACH_DECL_NEW(sc, sizeof(struct sc_softc),
42 void cxd1185_init(struct sc_softc *);
43 static void free_scb(struct sc_softc *, struct sc_scb *);
44 static struct sc_scb *get_scb(struct sc_softc *, int);
47 static int sc_poll(struct sc_softc *, int, int);
48 static void sc_sched(struct sc_softc *);
56 extern int sc_busy(struct sc_softc *, int);
75 struct sc_softc *sc = device_private(self);
133 cxd1185_init(struct sc_softc *sc)
144 free_scb(struct sc_softc *sc, struct sc_scb *scb)
163 get_scb(struct sc_softc *sc, int flags)
187 struct sc_softc *sc = device_private(chan->chan_adapter->adapt_dev);
241 sc_poll(struct sc_softc *sc, int chan, int count)
268 sc_sched(struct sc_softc *sc)
356 struct sc_softc *sc;
398 /* struct sc_softc *sc = v; */