Lines Matching refs:tws_softc

45 extern struct tws_request *tws_get_request(struct tws_softc *sc, 
47 extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
49 extern struct tws_request * tws_q_remove_request(struct tws_softc *sc,
54 extern int tws_send_scsi_cmd(struct tws_softc *sc, int cmd);
55 extern int tws_set_param(struct tws_softc *sc, u_int32_t table_id,
57 extern int tws_get_param(struct tws_softc *sc, u_int32_t table_id,
61 int tws_init_connect(struct tws_softc *sc, u_int16_t mc);
62 int tws_init_ctlr(struct tws_softc *sc);
63 int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
65 u_int16_t tws_poll4_response(struct tws_softc *sc, u_int64_t *mfa);
66 boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
68 boolean tws_ctlr_ready(struct tws_softc *sc);
69 void tws_turn_on_interrupts(struct tws_softc *sc);
70 void tws_turn_off_interrupts(struct tws_softc *sc);
71 boolean tws_ctlr_reset(struct tws_softc *sc);
72 void tws_assert_soft_reset(struct tws_softc *sc);
74 int tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode);
76 void tws_disable_db_intr(struct tws_softc *sc);
77 void tws_enable_db_intr(struct tws_softc *sc);
78 void tws_aen_synctime_with_host(struct tws_softc *sc);
79 void tws_init_obfl_q(struct tws_softc *sc);
80 void tws_display_ctlr_info(struct tws_softc *sc);
83 tws_init_ctlr(struct tws_softc *sc)
115 tws_init_obfl_q(struct tws_softc *sc)
144 tws_init_connect(struct tws_softc *sc, u_int16_t mcreadits )
219 tws_display_ctlr_info(struct tws_softc *sc)
243 tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode)
277 tws_submit_command(struct tws_softc *sc, struct tws_request *req)
362 tws_get_response(struct tws_softc *sc, u_int16_t *req_id, u_int64_t *mfa)
394 tws_poll4_response(struct tws_softc *sc, u_int64_t *mfa)
415 tws_ctlr_ready(struct tws_softc *sc)
427 tws_turn_on_interrupts(struct tws_softc *sc)
437 tws_turn_off_interrupts(struct tws_softc *sc)
447 tws_disable_db_intr(struct tws_softc *sc)
458 tws_enable_db_intr(struct tws_softc *sc)
469 tws_ctlr_reset(struct tws_softc *sc)
494 tws_assert_soft_reset(struct tws_softc *sc)
507 struct tws_softc *sc = (struct tws_softc *)arg;
518 tws_aen_synctime_with_host(struct tws_softc *sc)