sys/dev/pci/ld_twe.c
177
struct twe_softc *twe;
sys/dev/pci/ld_twe.c
242
struct twe_softc *twe;
sys/dev/pci/ld_twe.c
277
struct twe_softc *twe = device_private(device_parent(ld->sc_dv));
sys/dev/pci/ld_twe.c
97
struct twe_softc *twe = device_private(parent);
sys/dev/pci/twe.c
100
static void twe_aen_enqueue(struct twe_softc *sc, uint16_t, int);
sys/dev/pci/twe.c
101
static uint16_t twe_aen_dequeue(struct twe_softc *);
sys/dev/pci/twe.c
1045
twe_aen_dequeue(struct twe_softc *sc)
sys/dev/pci/twe.c
105
static int twe_init_connection(struct twe_softc *);
sys/dev/pci/twe.c
1064
twe_param_get_1(struct twe_softc *sc, int table_id, int param_id,
sys/dev/pci/twe.c
1079
twe_param_get_2(struct twe_softc *sc, int table_id, int param_id,
sys/dev/pci/twe.c
108
static int twe_param_set(struct twe_softc *, int, int, size_t, void *);
sys/dev/pci/twe.c
109
static void twe_poll(struct twe_softc *);
sys/dev/pci/twe.c
1094
twe_param_get_4(struct twe_softc *sc, int table_id, int param_id,
sys/dev/pci/twe.c
111
static int twe_reset(struct twe_softc *);
sys/dev/pci/twe.c
1119
twe_param_get(struct twe_softc *sc, int table_id, int param_id, size_t size,
sys/dev/pci/twe.c
112
static int twe_status_check(struct twe_softc *, u_int);
sys/dev/pci/twe.c
113
static int twe_status_wait(struct twe_softc *, u_int, int);
sys/dev/pci/twe.c
114
static void twe_describe_controller(struct twe_softc *);
sys/dev/pci/twe.c
115
static void twe_clear_pci_abort(struct twe_softc *sc);
sys/dev/pci/twe.c
116
static void twe_clear_pci_parity_error(struct twe_softc *sc);
sys/dev/pci/twe.c
118
static int twe_add_unit(struct twe_softc *, int);
sys/dev/pci/twe.c
1187
twe_param_set(struct twe_softc *sc, int table_id, int param_id, size_t size,
sys/dev/pci/twe.c
119
static int twe_del_unit(struct twe_softc *, int);
sys/dev/pci/twe.c
120
static int twe_init_connection(struct twe_softc *);
sys/dev/pci/twe.c
122
static inline u_int32_t twe_inl(struct twe_softc *, int);
sys/dev/pci/twe.c
123
static inline void twe_outl(struct twe_softc *, int, u_int32_t);
sys/dev/pci/twe.c
1237
twe_init_connection(struct twe_softc *sc)
sys/dev/pci/twe.c
1265
twe_poll(struct twe_softc *sc)
sys/dev/pci/twe.c
127
CFATTACH_DECL3_NEW(twe, sizeof(struct twe_softc),
sys/dev/pci/twe.c
1317
twe_status_wait(struct twe_softc *sc, u_int32_t status, int timo)
sys/dev/pci/twe.c
1333
twe_clear_pci_parity_error(struct twe_softc *sc)
sys/dev/pci/twe.c
1346
twe_clear_pci_abort(struct twe_softc *sc)
sys/dev/pci/twe.c
1357
twe_status_check(struct twe_softc *sc, u_int status)
sys/dev/pci/twe.c
1391
twe_ccb_init(struct twe_softc *sc, struct twe_ccb *ccb, int flags)
sys/dev/pci/twe.c
1404
twe_ccb_alloc(struct twe_softc *sc, int flags)
sys/dev/pci/twe.c
1437
twe_ccb_alloc_wait(struct twe_softc *sc, int flags)
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
1705
struct twe_softc *twe;
sys/dev/pci/twe.c
1723
struct twe_softc *twe;
sys/dev/pci/twe.c
1744
struct twe_softc *twe;
sys/dev/pci/twe.c
1922
twe_describe_controller(struct twe_softc *sc)
sys/dev/pci/twe.c
271
twe_inl(struct twe_softc *sc, int off)
sys/dev/pci/twe.c
280
twe_outl(struct twe_softc *sc, int off, u_int32_t val)
sys/dev/pci/twe.c
312
struct twe_softc *sc;
sys/dev/pci/twe.c
487
struct twe_softc *sc;
sys/dev/pci/twe.c
499
twe_register_callbacks(struct twe_softc *sc, int unit,
sys/dev/pci/twe.c
507
twe_recompute_openings(struct twe_softc *sc)
sys/dev/pci/twe.c
535
twe_add_unit(struct twe_softc *sc, int unit)
sys/dev/pci/twe.c
648
twe_del_unit(struct twe_softc *sc, int unit)
sys/dev/pci/twe.c
674
twe_reset(struct twe_softc *sc)
sys/dev/pci/twe.c
775
struct twe_softc *sc;
sys/dev/pci/twe.c
842
twe_aen_get(struct twe_softc *sc, uint16_t *aenp)
sys/dev/pci/twe.c
919
struct twe_softc *sc;
sys/dev/pci/twe.c
956
twe_aen_enqueue(struct twe_softc *sc, uint16_t aen, int quiet)
sys/dev/pci/twe.c
98
static int twe_aen_get(struct twe_softc *, uint16_t *);
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
126
int twe_param_get(struct twe_softc *, int, int, size_t,
sys/dev/pci/twevar.h
128
int twe_param_get_1(struct twe_softc *, int, int, uint8_t *);
sys/dev/pci/twevar.h
129
int twe_param_get_2(struct twe_softc *, int, int, uint16_t *);
sys/dev/pci/twevar.h
130
int twe_param_get_4(struct twe_softc *, int, int, uint32_t *);
sys/dev/pci/twevar.h
132
void twe_register_callbacks(struct twe_softc *, int,