HomeSort by: relevance | last modified time | path
    Searched refs:spc_acb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mb89352var.h 76 struct spc_acb { struct
88 TAILQ_ENTRY(spc_acb) chain;
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];
mb89352.c 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;
455 spc_free_acb(struct spc_softc *sc, struct spc_acb *acb, int flags
    [all...]

Completed in 69 milliseconds