Lines Matching refs:tws_softc

43 extern struct tws_request *tws_get_request(struct tws_softc *sc, 
45 extern void tws_q_insert_tail(struct tws_softc *sc, struct tws_request *req,
47 extern struct tws_request * tws_q_remove_request(struct tws_softc *sc,
52 extern int tws_send_scsi_cmd(struct tws_softc *sc, int cmd);
53 extern int tws_set_param(struct tws_softc *sc, u_int32_t table_id,
55 extern int tws_get_param(struct tws_softc *sc, u_int32_t table_id,
59 int tws_init_connect(struct tws_softc *sc, u_int16_t mc);
60 int tws_init_ctlr(struct tws_softc *sc);
61 int tws_submit_command(struct tws_softc *sc, struct tws_request *req);
63 u_int16_t tws_poll4_response(struct tws_softc *sc, u_int64_t *mfa);
64 boolean tws_get_response(struct tws_softc *sc, u_int16_t *req_id,
66 boolean tws_ctlr_ready(struct tws_softc *sc);
67 void tws_turn_on_interrupts(struct tws_softc *sc);
68 void tws_turn_off_interrupts(struct tws_softc *sc);
69 boolean tws_ctlr_reset(struct tws_softc *sc);
70 void tws_assert_soft_reset(struct tws_softc *sc);
72 int tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode);
74 void tws_disable_db_intr(struct tws_softc *sc);
75 void tws_enable_db_intr(struct tws_softc *sc);
76 void tws_aen_synctime_with_host(struct tws_softc *sc);
77 void tws_init_obfl_q(struct tws_softc *sc);
78 void tws_display_ctlr_info(struct tws_softc *sc);
81 tws_init_ctlr(struct tws_softc *sc) in tws_init_ctlr()
112 tws_init_obfl_q(struct tws_softc *sc) in tws_init_obfl_q()
141 tws_init_connect(struct tws_softc *sc, u_int16_t mcreadits ) in tws_init_connect()
216 tws_display_ctlr_info(struct tws_softc *sc) in tws_display_ctlr_info()
240 tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode) in tws_send_generic_cmd()
273 tws_submit_command(struct tws_softc *sc, struct tws_request *req) in tws_submit_command()
355 tws_get_response(struct tws_softc *sc, u_int16_t *req_id, u_int64_t *mfa) in tws_get_response()
383 tws_poll4_response(struct tws_softc *sc, u_int64_t *mfa) in tws_poll4_response()
403 tws_ctlr_ready(struct tws_softc *sc) in tws_ctlr_ready()
415 tws_turn_on_interrupts(struct tws_softc *sc) in tws_turn_on_interrupts()
425 tws_turn_off_interrupts(struct tws_softc *sc) in tws_turn_off_interrupts()
435 tws_disable_db_intr(struct tws_softc *sc) in tws_disable_db_intr()
446 tws_enable_db_intr(struct tws_softc *sc) in tws_enable_db_intr()
457 tws_ctlr_reset(struct tws_softc *sc) in tws_ctlr_reset()
482 tws_assert_soft_reset(struct tws_softc *sc) in tws_assert_soft_reset()
495 struct tws_softc *sc = (struct tws_softc *)arg; in tws_fetch_aen()
506 tws_aen_synctime_with_host(struct tws_softc *sc) in tws_aen_synctime_with_host()