Lines Matching refs:spc_acb
177 void spc_done(struct spc_softc *, struct spc_acb *);
178 void spc_dequeue(struct spc_softc *, struct spc_acb *);
184 void spc_select(struct spc_softc *, struct spc_acb *);
188 void spc_free_acb(struct spc_softc *, struct spc_acb *, int);
189 struct spc_acb* spc_get_acb(struct spc_softc *);
192 void spc_abort(struct spc_softc *, struct spc_acb *);
197 void spc_print_acb(struct spc_acb *);
200 void spc_show_scsi_cmd(struct spc_acb *);
391 struct spc_acb *acb; in spc_init()
455 spc_free_acb(struct spc_softc *sc, struct spc_acb *acb, int flags) in spc_free_acb()
467 struct spc_acb *
470 struct spc_acb *acb; in spc_get_acb()
515 struct spc_acb *acb; in spc_scsipi_request()
667 spc_select(struct spc_softc *sc, struct spc_acb *acb) in spc_select()
710 struct spc_acb *acb; in spc_reselect()
788 struct spc_acb *acb; 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()
1041 struct spc_acb *acb; in spc_msgin()
1644 struct spc_acb *acb; in spc_intr()
2046 spc_abort(struct spc_softc *sc, struct spc_acb *acb) in spc_abort()
2071 struct spc_acb *acb = arg; in spc_timeout()
2104 spc_show_scsi_cmd(struct spc_acb *acb) in spc_show_scsi_cmd()
2122 spc_print_acb(struct spc_acb *acb) in spc_print_acb()
2134 struct spc_acb *acb; in spc_print_active_acb()