Symbol: spc_acb
sys/dev/ic/mb89352.c
1041
struct spc_acb *acb;
sys/dev/ic/mb89352.c
1644
struct spc_acb *acb;
sys/dev/ic/mb89352.c
177
void spc_done(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
178
void spc_dequeue(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
184
void spc_select(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
188
void spc_free_acb(struct spc_softc *, struct spc_acb *, int);
sys/dev/ic/mb89352.c
189
struct spc_acb* spc_get_acb(struct spc_softc *);
sys/dev/ic/mb89352.c
192
void spc_abort(struct spc_softc *, struct spc_acb *);
sys/dev/ic/mb89352.c
197
void spc_print_acb(struct spc_acb *);
sys/dev/ic/mb89352.c
200
void spc_show_scsi_cmd(struct spc_acb *);
sys/dev/ic/mb89352.c
2046
spc_abort(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
2071
struct spc_acb *acb = arg;
sys/dev/ic/mb89352.c
2104
spc_show_scsi_cmd(struct spc_acb *acb)
sys/dev/ic/mb89352.c
2122
spc_print_acb(struct spc_acb *acb)
sys/dev/ic/mb89352.c
2134
struct spc_acb *acb;
sys/dev/ic/mb89352.c
391
struct spc_acb *acb;
sys/dev/ic/mb89352.c
455
spc_free_acb(struct spc_softc *sc, struct spc_acb *acb, int flags)
sys/dev/ic/mb89352.c
467
struct spc_acb *
sys/dev/ic/mb89352.c
470
struct spc_acb *acb;
sys/dev/ic/mb89352.c
515
struct spc_acb *acb;
sys/dev/ic/mb89352.c
667
spc_select(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
710
struct spc_acb *acb;
sys/dev/ic/mb89352.c
788
struct spc_acb *acb;
sys/dev/ic/mb89352.c
823
spc_done(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352.c
885
spc_dequeue(struct spc_softc *sc, struct spc_acb *acb)
sys/dev/ic/mb89352var.h
128
TAILQ_HEAD(, spc_acb) free_list, ready_list, nexus_list;
sys/dev/ic/mb89352var.h
129
struct spc_acb *sc_nexus; /* current command */
sys/dev/ic/mb89352var.h
130
struct spc_acb sc_acb[8];
sys/dev/ic/mb89352var.h
88
TAILQ_ENTRY(spc_acb) chain;