Searched refs:trm_srb (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtrm.c185 struct trm_srb { struct
186 TAILQ_ENTRY(trm_srb) next;
230 struct trm_srb *untagged;
231 struct trm_srb *queued[TRM_MAX_TAG];
265 struct trm_srb *sc_actsrb;
268 TAILQ_HEAD(, trm_srb) sc_freesrb,
270 struct trm_srb *sc_srb; /* SRB array */
342 static int trm_select(struct trm_softc *, struct trm_srb *);
359 static void trm_done(struct trm_softc *, struct trm_srb *);
360 static int trm_request_sense(struct trm_softc *, struct trm_srb *);
[all...]

Completed in 168 milliseconds