Symbol: ncr53c9x_ecb
sys/dev/ic/ncr53c9x.c
104
static void ncr53c9x_select(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
1070
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9x.c
113
static void ncr53c9x_done(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
1165
ncr53c9x_sense(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
119
struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
1206
ncr53c9x_done(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
123
void ncr53c9x_sense(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
124
void ncr53c9x_free_ecb(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/ic/ncr53c9x.c
125
struct ncr53c9x_ecb *ncr53c9x_get_ecb(struct ncr53c9x_softc *, int);
sys/dev/ic/ncr53c9x.c
1287
ncr53c9x_dequeue(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
1446
struct ncr53c9x_ecb *ecb = NULL;
sys/dev/ic/ncr53c9x.c
1628
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9x.c
1912
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9x.c
2085
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9x.c
2867
ncr53c9x_abort(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
2901
struct ncr53c9x_ecb *ecb = arg;
sys/dev/ic/ncr53c9x.c
447
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9x.c
500
pool_init(&ecb_pool, sizeof(struct ncr53c9x_ecb), 0, 0, 0,
sys/dev/ic/ncr53c9x.c
670
ncr53c9x_select(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
821
ncr53c9x_free_ecb(struct ncr53c9x_softc *sc, struct ncr53c9x_ecb *ecb)
sys/dev/ic/ncr53c9x.c
832
struct ncr53c9x_ecb *
sys/dev/ic/ncr53c9x.c
835
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9x.c
863
struct ncr53c9x_ecb *ecb;
sys/dev/ic/ncr53c9xvar.h
101
TAILQ_ENTRY(ncr53c9x_ecb) chain;
sys/dev/ic/ncr53c9xvar.h
158
struct ncr53c9x_ecb *untagged;
sys/dev/ic/ncr53c9xvar.h
159
struct ncr53c9x_ecb *queued[256];
sys/dev/ic/ncr53c9xvar.h
293
TAILQ_HEAD(ecb_list, ncr53c9x_ecb)
sys/dev/ic/ncr53c9xvar.h
296
struct ncr53c9x_ecb *sc_nexus; /* Current command */
sys/dev/ic/ncr53c9xvar.h
444
void ncr53c9x_abort(struct ncr53c9x_softc *, struct ncr53c9x_ecb *);
sys/dev/sbus/esp_sbus.c
710
struct ncr53c9x_ecb *ecb;