Home
last modified time | relevance | path

Searched refs:spc_acb (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmb89352var.h76 struct spc_acb { struct
88 TAILQ_ENTRY(spc_acb) chain; argument
128 TAILQ_HEAD(, spc_acb) free_list, ready_list, nexus_list;
129 struct spc_acb *sc_nexus; /* current command */
130 struct spc_acb sc_acb[8];
H A Dmb89352.c177 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()
[all …]