Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_softc

141 void scsi_chipreset(struct sc_softc *);
142 void scsi_softreset(struct sc_softc *);
143 int sc_busy(struct sc_softc *, int);
147 static void SET_CMD(struct sc_softc *, int);
151 static void sc_start(struct sc_softc *);
152 static void sc_resel(struct sc_softc *);
153 static void sc_discon(struct sc_softc *);
154 static void sc_pmatch(struct sc_softc *);
155 static void flush_fifo(struct sc_softc *);
156 static void sc_cout(struct sc_softc *, struct sc_chan_stat *);
157 static void sc_min(struct sc_softc *, struct sc_chan_stat *);
158 static void sc_mout(struct sc_softc *, struct sc_chan_stat *);
159 static void sc_sin(struct sc_softc *, volatile struct sc_chan_stat *);
160 static void sc_dio(struct sc_softc *, volatile struct sc_chan_stat *);
161 static void sc_dio_pad(struct sc_softc *, volatile struct sc_chan_stat *);
162 static void print_scsi_stat(struct sc_softc *);
163 static void append_wb(struct sc_softc *, struct sc_chan_stat *);
164 static struct sc_chan_stat *get_wb_chan(struct sc_softc *);
165 static int release_wb(struct sc_softc *);
166 static void adjust_transfer(struct sc_softc *, struct sc_chan_stat *);
213 SET_CMD(struct sc_softc *sc, int CMD)
266 struct sc_softc *sc = scb->scb_softc;
342 sc_start(struct sc_softc *sc)
418 struct sc_softc *sc;
671 struct sc_softc *sc;
708 scsi_chipreset(struct sc_softc *sc)
766 scsi_softreset(struct sc_softc *sc)
817 sc_resel(struct sc_softc *sc)
902 sc_discon(struct sc_softc *sc)
983 sc_pmatch(struct sc_softc *sc)
1057 flush_fifo(struct sc_softc *sc)
1085 sc_cout(struct sc_softc *sc, struct sc_chan_stat *cs)
1172 sc_min(struct sc_softc *sc, struct sc_chan_stat *cs)
1327 sc_mout(struct sc_softc *sc, struct sc_chan_stat *cs)
1451 sc_sin(struct sc_softc *sc, volatile struct sc_chan_stat *cs)
1491 sc_dio(struct sc_softc *sc, volatile struct sc_chan_stat *cs)
1622 sc_dio_pad(struct sc_softc *sc, volatile struct sc_chan_stat *cs)
1641 print_scsi_stat(struct sc_softc *sc)
1651 sc_busy(struct sc_softc *sc, int chan)
1662 append_wb(struct sc_softc *sc, struct sc_chan_stat *cs)
1681 get_wb_chan(struct sc_softc *sc)
1698 release_wb(struct sc_softc *sc)
1721 adjust_transfer(struct sc_softc *sc, struct sc_chan_stat *cs)