Symbol: twe_ccb
sys/dev/pci/ld_twe.c
175
struct twe_ccb *ccb;
sys/dev/pci/ld_twe.c
237
ld_twe_handler(struct twe_ccb *ccb, int error)
sys/dev/pci/ld_twe.c
278
struct twe_ccb *ccb;
sys/dev/pci/ld_twe.c
71
static void ld_twe_handler(struct twe_ccb *, int);
sys/dev/pci/twe.c
1120
void (*func)(struct twe_ccb *, int), struct twe_param **pbuf)
sys/dev/pci/twe.c
1122
struct twe_ccb *ccb;
sys/dev/pci/twe.c
1190
struct twe_ccb *ccb;
sys/dev/pci/twe.c
1239
struct twe_ccb *ccb;
sys/dev/pci/twe.c
1267
struct twe_ccb *ccb;
sys/dev/pci/twe.c
1391
twe_ccb_init(struct twe_softc *sc, struct twe_ccb *ccb, int flags)
sys/dev/pci/twe.c
1403
struct twe_ccb *
sys/dev/pci/twe.c
1406
struct twe_ccb *ccb;
sys/dev/pci/twe.c
1436
struct twe_ccb *
sys/dev/pci/twe.c
1439
struct twe_ccb *ccb;
sys/dev/pci/twe.c
1467
twe_ccb_free(struct twe_softc *sc, struct twe_ccb *ccb)
sys/dev/pci/twe.c
1488
twe_ccb_map(struct twe_softc *sc, struct twe_ccb *ccb)
sys/dev/pci/twe.c
1588
twe_ccb_unmap(struct twe_softc *sc, struct twe_ccb *ccb)
sys/dev/pci/twe.c
1621
twe_ccb_poll(struct twe_softc *sc, struct twe_ccb *ccb, int timo)
sys/dev/pci/twe.c
1644
twe_ccb_enqueue(struct twe_softc *sc, struct twe_ccb *ccb)
sys/dev/pci/twe.c
1667
twe_ccb_submit(struct twe_softc *sc, struct twe_ccb *ccb)
sys/dev/pci/twe.c
1731
twe_ccb_wait_handler(struct twe_ccb *ccb, int error)
sys/dev/pci/twe.c
1745
struct twe_ccb *ccb;
sys/dev/pci/twe.c
322
struct twe_ccb *ccb;
sys/dev/pci/twe.c
844
struct twe_ccb *ccb;
sys/dev/pci/twe.c
917
twe_aen_handler(struct twe_ccb *ccb, int error)
sys/dev/pci/twe.c
99
static void twe_aen_handler(struct twe_ccb *, int);
sys/dev/pci/twevar.h
115
struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int);
sys/dev/pci/twevar.h
116
struct twe_ccb *twe_ccb_alloc_wait(struct twe_softc *, int);
sys/dev/pci/twevar.h
117
void twe_ccb_enqueue(struct twe_softc *sc, struct twe_ccb *ccb);
sys/dev/pci/twevar.h
118
void twe_ccb_free(struct twe_softc *sc, struct twe_ccb *);
sys/dev/pci/twevar.h
119
int twe_ccb_map(struct twe_softc *, struct twe_ccb *);
sys/dev/pci/twevar.h
120
int twe_ccb_poll(struct twe_softc *, struct twe_ccb *, int);
sys/dev/pci/twevar.h
121
int twe_ccb_submit(struct twe_softc *, struct twe_ccb *);
sys/dev/pci/twevar.h
122
void twe_ccb_unmap(struct twe_softc *, struct twe_ccb *);
sys/dev/pci/twevar.h
124
void twe_ccb_wait_handler(struct twe_ccb *, int);
sys/dev/pci/twevar.h
127
void (*)(struct twe_ccb *, int), struct twe_param **);
sys/dev/pci/twevar.h
63
struct twe_ccb *sc_ccbs;
sys/dev/pci/twevar.h
64
SIMPLEQ_HEAD(, twe_ccb) sc_ccb_queue;
sys/dev/pci/twevar.h
65
SLIST_HEAD(, twe_ccb) sc_ccb_freelist;
sys/dev/pci/twevar.h
84
void (*tx_handler)(struct twe_ccb *, int);
sys/dev/pci/twevar.h
92
SIMPLEQ_ENTRY(twe_ccb) simpleq;
sys/dev/pci/twevar.h
93
SLIST_ENTRY(twe_ccb) slist;