Symbol: wd33c93_acb
sys/dev/ic/wd33c93.c
120
int wd33c93_go (struct wd33c93_softc *, struct wd33c93_acb *);
sys/dev/ic/wd33c93.c
123
u_char wd33c93_selectbus (struct wd33c93_softc *, struct wd33c93_acb *);
sys/dev/ic/wd33c93.c
126
int wd33c93_poll (struct wd33c93_softc *, struct wd33c93_acb *);
sys/dev/ic/wd33c93.c
127
int wd33c93_nextstate (struct wd33c93_softc *, struct wd33c93_acb *,
sys/dev/ic/wd33c93.c
129
int wd33c93_abort (struct wd33c93_softc *, struct wd33c93_acb *,
sys/dev/ic/wd33c93.c
132
void wd33c93_error (struct wd33c93_softc *, struct wd33c93_acb *,
sys/dev/ic/wd33c93.c
1320
wd33c93_go(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
sys/dev/ic/wd33c93.c
134
void wd33c93_scsidone (struct wd33c93_softc *, struct wd33c93_acb *, int);
sys/dev/ic/wd33c93.c
136
void wd33c93_dequeue (struct wd33c93_softc *, struct wd33c93_acb *);
sys/dev/ic/wd33c93.c
1433
wd33c93_poll(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
sys/dev/ic/wd33c93.c
145
int wd33c93_timeout (struct wd33c93_acb *);
sys/dev/ic/wd33c93.c
1546
struct wd33c93_acb *acb = sc->sc_nexus;
sys/dev/ic/wd33c93.c
1812
struct wd33c93_acb *acb = sc->sc_nexus;
sys/dev/ic/wd33c93.c
1904
wd33c93_nextstate(struct wd33c93_softc *sc, struct wd33c93_acb *acb, u_char csr, u_char asr)
sys/dev/ic/wd33c93.c
2183
struct wd33c93_acb *acb;
sys/dev/ic/wd33c93.c
2291
struct wd33c93_acb *acb = arg;
sys/dev/ic/wd33c93.c
2308
wd33c93_timeout(struct wd33c93_acb *acb)
sys/dev/ic/wd33c93.c
252
pool_init(&wd33c93_pool, sizeof(struct wd33c93_acb), 0, 0, 0,
sys/dev/ic/wd33c93.c
399
wd33c93_error(struct wd33c93_softc *sc, struct wd33c93_acb *acb,
sys/dev/ic/wd33c93.c
479
struct wd33c93_acb *acb = sc->sc_nexus;
sys/dev/ic/wd33c93.c
558
struct wd33c93_acb *acb;
sys/dev/ic/wd33c93.c
677
struct wd33c93_acb *acb;
sys/dev/ic/wd33c93.c
783
wd33c93_scsidone(struct wd33c93_softc *sc, struct wd33c93_acb *acb, int status)
sys/dev/ic/wd33c93.c
853
wd33c93_dequeue(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
sys/dev/ic/wd33c93.c
910
wd33c93_abort(struct wd33c93_softc *sc, struct wd33c93_acb *acb,
sys/dev/ic/wd33c93.c
992
wd33c93_selectbus(struct wd33c93_softc *sc, struct wd33c93_acb *acb)
sys/dev/ic/wd33c93var.h
144
TAILQ_HEAD(acb_list, wd33c93_acb) ready_list;
sys/dev/ic/wd33c93var.h
146
struct wd33c93_acb *sc_nexus; /* current command */
sys/dev/ic/wd33c93var.h
59
TAILQ_ENTRY(wd33c93_acb) chain;
sys/dev/ic/wd33c93var.h
95
struct wd33c93_acb *untagged;
sys/dev/ic/wd33c93var.h
96
struct wd33c93_acb *queued[SBIC_NTAGS];