Symbol: trm_srb
sys/dev/pci/trm.c
1094
struct trm_srb *srb = (struct trm_srb *)arg;
sys/dev/pci/trm.c
1248
struct trm_srb *srb;
sys/dev/pci/trm.c
1322
struct trm_srb *srb;
sys/dev/pci/trm.c
1348
struct trm_srb *srb;
sys/dev/pci/trm.c
1461
struct trm_srb *srb;
sys/dev/pci/trm.c
1546
struct trm_srb *srb;
sys/dev/pci/trm.c
1628
struct trm_srb *srb;
sys/dev/pci/trm.c
1684
struct trm_srb *srb;
sys/dev/pci/trm.c
186
TAILQ_ENTRY(trm_srb) next;
sys/dev/pci/trm.c
2004
struct trm_srb *srb;
sys/dev/pci/trm.c
2164
trm_done(struct trm_softc *sc, struct trm_srb *srb)
sys/dev/pci/trm.c
2275
trm_request_sense(struct trm_softc *sc, struct trm_srb *srb)
sys/dev/pci/trm.c
230
struct trm_srb *untagged;
sys/dev/pci/trm.c
231
struct trm_srb *queued[TRM_MAX_TAG];
sys/dev/pci/trm.c
2337
trm_dequeue(struct trm_softc *sc, struct trm_srb *srb)
sys/dev/pci/trm.c
265
struct trm_srb *sc_actsrb;
sys/dev/pci/trm.c
268
TAILQ_HEAD(, trm_srb) sc_freesrb,
sys/dev/pci/trm.c
270
struct trm_srb *sc_srb; /* SRB array */
sys/dev/pci/trm.c
342
static int trm_select(struct trm_softc *, struct trm_srb *);
sys/dev/pci/trm.c
359
static void trm_done(struct trm_softc *, struct trm_srb *);
sys/dev/pci/trm.c
360
static int trm_request_sense(struct trm_softc *, struct trm_srb *);
sys/dev/pci/trm.c
361
static void trm_dequeue(struct trm_softc *, struct trm_srb *);
sys/dev/pci/trm.c
518
struct trm_srb *srb;
sys/dev/pci/trm.c
583
sc->sc_srb = malloc(sizeof(struct trm_srb) * TRM_MAX_SRB,
sys/dev/pci/trm.c
585
DPRINTF(("all SRB size=%zx\n", sizeof(struct trm_srb) * TRM_MAX_SRB));
sys/dev/pci/trm.c
688
struct trm_srb *srb;
sys/dev/pci/trm.c
883
struct trm_srb *srb;
sys/dev/pci/trm.c
966
trm_select(struct trm_softc *sc, struct trm_srb *srb)