sys/dev/pci/ld_twa.c
110
struct twa_softc *twa = device_private(parent);
sys/dev/pci/ld_twa.c
148
struct twa_softc *twa;
sys/dev/pci/ld_twa.c
243
struct twa_softc *twa = device_private(device_parent(ld->sc_dv));
sys/dev/pci/twa.c
1041
struct twa_softc *sc = tr->tr_sc;
sys/dev/pci/twa.c
1063
struct twa_softc *sc = tr->tr_sc;
sys/dev/pci/twa.c
111
static int twa_fetch_aen(struct twa_softc *);
sys/dev/pci/twa.c
113
static int twa_find_aen(struct twa_softc *sc, uint16_t);
sys/dev/pci/twa.c
1135
twa_drain_response_queue(struct twa_softc *sc)
sys/dev/pci/twa.c
114
static uint16_t twa_enqueue_aen(struct twa_softc *sc,
sys/dev/pci/twa.c
1158
twa_drain_response_queue_large(struct twa_softc *sc, uint32_t timeout)
sys/dev/pci/twa.c
1183
twa_drain_busy_queue(struct twa_softc *sc)
sys/dev/pci/twa.c
120
static int twa_init_connection(struct twa_softc *, uint16_t, uint32_t,
sys/dev/pci/twa.c
1209
twa_drain_pending_queue(struct twa_softc *sc)
sys/dev/pci/twa.c
1245
twa_drain_aen_queue(struct twa_softc *sc)
sys/dev/pci/twa.c
126
static int twa_reset(struct twa_softc *);
sys/dev/pci/twa.c
129
static int twa_soft_reset(struct twa_softc *);
sys/dev/pci/twa.c
131
static int twa_check_ctlr_state(struct twa_softc *, uint32_t);
sys/dev/pci/twa.c
132
static int twa_get_param(struct twa_softc *, int, int, size_t,
sys/dev/pci/twa.c
135
static int twa_set_param(struct twa_softc *, int, int, int, void *,
sys/dev/pci/twa.c
1354
twa_done(struct twa_softc *sc)
sys/dev/pci/twa.c
137
static void twa_describe_controller(struct twa_softc *);
sys/dev/pci/twa.c
138
static int twa_wait_status(struct twa_softc *, uint32_t, uint32_t);
sys/dev/pci/twa.c
139
static int twa_done(struct twa_softc *);
sys/dev/pci/twa.c
1403
twa_init_ctlr(struct twa_softc *sc)
sys/dev/pci/twa.c
1440
struct twa_softc *sc;
sys/dev/pci/twa.c
145
CFATTACH_DECL3_NEW(twa, sizeof(struct twa_softc),
sys/dev/pci/twa.c
1508
struct twa_softc *sc;
sys/dev/pci/twa.c
1647
struct twa_softc *sc;
sys/dev/pci/twa.c
1670
twa_register_callbacks(struct twa_softc *sc, int unit,
sys/dev/pci/twa.c
1801
struct twa_softc *sc = tr->tr_sc;
sys/dev/pci/twa.c
1879
struct twa_softc *sc;
sys/dev/pci/twa.c
1881
sc = (struct twa_softc *)arg;
sys/dev/pci/twa.c
1930
struct twa_softc *twa;
sys/dev/pci/twa.c
1949
struct twa_softc *twa;
sys/dev/pci/twa.c
1973
struct twa_softc *sc;
sys/dev/pci/twa.c
2314
twa_get_param(struct twa_softc *sc, int table_id, int param_id,
sys/dev/pci/twa.c
2400
twa_set_param(struct twa_softc *sc, int table_id, int param_id, int param_size,
sys/dev/pci/twa.c
2509
twa_init_connection(struct twa_softc *sc, uint16_t message_credits,
sys/dev/pci/twa.c
2574
twa_reset(struct twa_softc *sc)
sys/dev/pci/twa.c
2625
twa_soft_reset(struct twa_softc *sc)
sys/dev/pci/twa.c
2674
twa_wait_status(struct twa_softc *sc, uint32_t status, uint32_t timeout)
sys/dev/pci/twa.c
2699
twa_fetch_aen(struct twa_softc *sc)
sys/dev/pci/twa.c
2737
struct twa_softc *sc = tr->tr_sc;
sys/dev/pci/twa.c
2778
twa_enqueue_aen(struct twa_softc *sc, struct twa_command_header *cmd_hdr)
sys/dev/pci/twa.c
2851
twa_find_aen(struct twa_softc *sc, uint16_t aen_code)
sys/dev/pci/twa.c
2905
twa_get_request_wait(struct twa_softc *sc, int flags)
sys/dev/pci/twa.c
2927
twa_get_request(struct twa_softc *sc, int flags)
sys/dev/pci/twa.c
2962
twa_describe_controller(struct twa_softc *sc)
sys/dev/pci/twa.c
3073
twa_check_ctlr_state(struct twa_softc *sc, uint32_t status_reg)
sys/dev/pci/twa.c
418
twa_outl(struct twa_softc *sc, int off, uint32_t val)
sys/dev/pci/twa.c
426
static inline uint32_t twa_inl(struct twa_softc *sc, int off)
sys/dev/pci/twa.c
486
struct twa_softc *sc;
sys/dev/pci/twa.c
506
struct twa_softc *sc = tr->tr_sc;
sys/dev/pci/twa.c
739
twa_print_inquiry_data(struct twa_softc *sc, struct scsipi_inquiry_data *scsipi)
sys/dev/pci/twa.c
831
twa_alloc_req_pkts(struct twa_softc *sc, int num_reqs)
sys/dev/pci/twa.c
932
twa_recompute_openings(struct twa_softc *sc)
sys/dev/pci/twa.c
976
struct twa_softc *sc = device_private(self);
sys/dev/pci/twavar.h
171
struct twa_softc *tr_sc;
sys/dev/pci/twavar.h
211
struct twa_request *twa_get_request(struct twa_softc *, int);
sys/dev/pci/twavar.h
212
struct twa_request *twa_get_request_wait(struct twa_softc *, int);
sys/dev/pci/twavar.h
214
void twa_register_callbacks(struct twa_softc *sc, int unit,