Lines Matching refs:tws_softc
45 extern void tws_circular_aenq_insert(struct tws_softc *sc,
48 static int tws_passthru(struct tws_softc *sc, void *buf);
49 static int tws_ioctl_aen(struct tws_softc *sc, u_long cmd, void *buf);
51 extern int tws_bus_scan(struct tws_softc *sc);
52 extern struct tws_request *tws_get_request(struct tws_softc *sc,
54 extern int32_t tws_map_request(struct tws_softc *sc, struct tws_request *req);
55 extern void tws_unmap_request(struct tws_softc *sc, struct tws_request *req);
56 extern uint8_t tws_get_state(struct tws_softc *sc);
63 struct tws_softc *sc = (struct tws_softc *)(dev->si_drv1); in tws_ioctl()
85 tws_passthru(struct tws_softc *sc, void *buf) in tws_passthru()
220 tws_retrive_aen(struct tws_softc *sc, u_long cmd, in tws_retrive_aen()
295 tws_ioctl_aen(struct tws_softc *sc, u_long cmd, void *buf) in tws_ioctl_aen()
370 tws_circular_aenq_insert(struct tws_softc *sc, struct tws_circular_q *cq, in tws_circular_aenq_insert()