Lines Matching refs:tws_softc
46 extern void tws_circular_aenq_insert(struct tws_softc *sc,
50 static int tws_passthru(struct tws_softc *sc, void *buf);
51 static int tws_ioctl_aen(struct tws_softc *sc, u_long cmd, void *buf);
53 extern int tws_bus_scan(struct tws_softc *sc);
54 extern struct tws_request *tws_get_request(struct tws_softc *sc,
56 extern int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
57 extern void tws_unmap_request(struct tws_softc *sc, struct tws_request *req);
58 extern uint8_t tws_get_state(struct tws_softc *sc);
67 struct tws_softc *sc = (struct tws_softc *)(dev->si_drv1); in tws_ioctl()
92 tws_passthru(struct tws_softc *sc, void *buf) in tws_passthru()
179 struct tws_softc *sc = req->sc; in tws_passthru_complete()
188 tws_retrive_aen(struct tws_softc *sc, u_long cmd, in tws_retrive_aen()
263 tws_ioctl_aen(struct tws_softc *sc, u_long cmd, void *buf) in tws_ioctl_aen()
340 tws_circular_aenq_insert(struct tws_softc *sc, struct tws_circular_q *cq, in tws_circular_aenq_insert()