Lines Matching refs:spc_softc

177 void	spc_done(struct spc_softc *, struct spc_acb *);
178 void spc_dequeue(struct spc_softc *, struct spc_acb *);
181 int spc_poll(struct spc_softc *, struct scsipi_xfer *, int);
182 integrate void spc_sched_msgout(struct spc_softc *, uint8_t);
183 integrate void spc_setsync(struct spc_softc *, struct spc_tinfo *);
184 void spc_select(struct spc_softc *, struct spc_acb *);
186 void spc_scsi_reset(struct spc_softc *);
187 void spc_reset(struct spc_softc *);
188 void spc_free_acb(struct spc_softc *, struct spc_acb *, int);
189 struct spc_acb* spc_get_acb(struct spc_softc *);
190 int spc_reselect(struct spc_softc *, int);
191 void spc_msgin(struct spc_softc *);
192 void spc_abort(struct spc_softc *, struct spc_acb *);
193 void spc_msgout(struct spc_softc *);
194 int spc_dataout_pio(struct spc_softc *, uint8_t *, int);
195 int spc_datain_pio(struct spc_softc *, uint8_t *, int);
198 void spc_dump_driver(struct spc_softc *);
199 void spc_dump89352(struct spc_softc *);
253 spc_attach(struct spc_softc *sc) in spc_attach()
315 struct spc_softc *sc = device_private(self); in spc_childdet()
340 spc_reset(struct spc_softc *sc) in spc_reset()
371 spc_scsi_reset(struct spc_softc *sc) in spc_scsi_reset()
389 spc_init(struct spc_softc *sc, int bus_reset) in spc_init()
455 spc_free_acb(struct spc_softc *sc, struct spc_acb *acb, int flags) in spc_free_acb()
468 spc_get_acb(struct spc_softc *sc) in spc_get_acb()
514 struct spc_softc *sc = device_private(chan->chan_adapter->adapt_dev); in spc_scsipi_request()
607 spc_poll(struct spc_softc *sc, struct scsipi_xfer *xs, int count) in spc_poll()
633 spc_sched_msgout(struct spc_softc *sc, uint8_t m) in spc_sched_msgout()
648 spc_setsync(struct spc_softc *sc, struct spc_tinfo *ti) in spc_setsync()
667 spc_select(struct spc_softc *sc, struct spc_acb *acb) in spc_select()
707 spc_reselect(struct spc_softc *sc, int message) in spc_reselect()
786 spc_sched(struct spc_softc *sc) in spc_sched()
823 spc_done(struct spc_softc *sc, struct spc_acb *acb) in spc_done()
885 spc_dequeue(struct spc_softc *sc, struct spc_acb *acb) in spc_dequeue()
905 spc_msgin(struct spc_softc *sc) in spc_msgin()
1231 spc_msgout(struct spc_softc *sc) in spc_msgout()
1447 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n) in spc_dataout_pio()
1556 spc_datain_pio(struct spc_softc *sc, uint8_t *p, int n) in spc_datain_pio()
1640 struct spc_softc *sc = arg; in spc_intr()
2046 spc_abort(struct spc_softc *sc, struct spc_acb *acb) in spc_abort()
2074 struct spc_softc *sc; in spc_timeout()
2135 struct spc_softc *sc = device_lookup_private(&spc_cd, 0); /* XXX */ in spc_print_active_acb()
2149 spc_dump89352(struct spc_softc *sc) in spc_dump89352()
2181 spc_dump_driver(struct spc_softc *sc) in spc_dump_driver()