Lines Matching defs:sc

124 tws_cam_attach(struct tws_softc *sc)  in tws_cam_attach()
189 tws_cam_detach(struct tws_softc *sc) in tws_cam_detach()
203 tws_bus_scan(struct tws_softc *sc) in tws_bus_scan()
226 struct tws_softc *sc = (struct tws_softc *)cam_sim_softc(sim); in tws_action() local
320 struct tws_softc *sc = req->sc; in tws_scsi_complete() local
342 struct tws_softc *sc = req->sc; in tws_getset_param_complete() local
357 struct tws_softc *sc = req->sc; in tws_aen_complete() local
435 struct tws_softc *sc = req->sc; in tws_cmd_complete() local
442 tws_err_complete(struct tws_softc *sc, u_int64_t mfa) in tws_err_complete()
501 struct tws_softc *sc = req->sc; in tws_scsi_err_complete() local
562 tws_drain_busy_queue(struct tws_softc *sc) in tws_drain_busy_queue()
596 tws_drain_reserved_reqs(struct tws_softc *sc) in tws_drain_reserved_reqs()
628 tws_drain_response_queue(struct tws_softc *sc) in tws_drain_response_queue()
636 tws_execute_scsi(struct tws_softc *sc, union ccb *ccb) in tws_execute_scsi()
734 tws_send_scsi_cmd(struct tws_softc *sc, int cmd) in tws_send_scsi_cmd()
772 tws_set_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, in tws_set_param()
819 tws_get_param(struct tws_softc *sc, u_int32_t table_id, u_int32_t param_id, in tws_get_param()
879 tws_unmap_request(struct tws_softc *sc, struct tws_request *req) in tws_unmap_request()
895 tws_map_request(struct tws_softc *sc, struct tws_request *req) in tws_map_request()
935 struct tws_softc *sc = req->sc; in tws_dmamap_data_load_cbfn() local
980 tws_fill_sg_list(struct tws_softc *sc, void *sgl_src, void *sgl_dest, in tws_fill_sg_list()
1030 struct tws_softc *sc = (struct tws_softc *)arg; in tws_intr() local
1066 tws_intr_attn_aen(struct tws_softc *sc) in tws_intr_attn_aen()
1078 tws_intr_attn_error(struct tws_softc *sc) in tws_intr_attn_error()
1089 tws_intr_resp(struct tws_softc *sc) in tws_intr_resp()
1110 struct tws_softc *sc = (struct tws_softc *)cam_sim_softc(sim); in tws_poll() local
1119 struct tws_softc *sc = req->sc; in tws_timeout() local
1163 struct tws_softc *sc = (struct tws_softc *)arg; in tws_reset() local
1192 struct tws_softc *sc = (struct tws_softc *)arg; in tws_reset_cb() local
1224 struct tws_softc *sc = (struct tws_softc *)arg; in tws_reinit() local
1264 tws_freeze_simq(struct tws_softc *sc, struct tws_request *req) in tws_freeze_simq()