Home | History | Annotate | Download | only in pci

Lines Matching refs:twa_softc

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