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

  /src/sys/dev/ic/
wd33c93var.h 58 struct wd33c93_acb { struct
59 TAILQ_ENTRY(wd33c93_acb) chain;
95 struct wd33c93_acb *untagged;
96 struct wd33c93_acb *queued[SBIC_NTAGS];
144 TAILQ_HEAD(acb_list, wd33c93_acb) ready_list;
146 struct wd33c93_acb *sc_nexus; /* current command */
wd33c93.c 120 int wd33c93_go (struct wd33c93_softc *, struct wd33c93_acb *);
123 u_char wd33c93_selectbus (struct wd33c93_softc *, struct wd33c93_acb *);
126 int wd33c93_poll (struct wd33c93_softc *, struct wd33c93_acb *);
127 int wd33c93_nextstate (struct wd33c93_softc *, struct wd33c93_acb *,
129 int wd33c93_abort (struct wd33c93_softc *, struct wd33c93_acb *,
132 void wd33c93_error (struct wd33c93_softc *, struct wd33c93_acb *);
133 void wd33c93_scsidone (struct wd33c93_softc *, struct wd33c93_acb *, int);
135 void wd33c93_dequeue (struct wd33c93_softc *, struct wd33c93_acb *);
250 pool_init(&wd33c93_pool, sizeof(struct wd33c93_acb), 0, 0, 0,
251 "wd33c93_acb", NULL, IPL_BIO)
    [all...]

Completed in 14 milliseconds