Home
last modified time | relevance | path

Searched refs:tws_get_state (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws_user.c56 extern uint8_t tws_get_state(struct tws_softc *sc);
97 if ( tws_get_state(sc) != TWS_ONLINE) { in tws_passthru()
113 if ( tws_get_state(sc) != TWS_ONLINE) { in tws_passthru()
H A Dtws_cam.c116 extern uint8_t tws_get_state(struct tws_softc *sc);
1038 if ( tws_get_state(sc) == TWS_RESET ) { in tws_intr()
1042 if ( tws_get_state(sc) != TWS_ONLINE ) { in tws_intr()
1131 if ( tws_get_state(sc) == TWS_RESET ) { in tws_timeout()
1166 if ( tws_get_state(sc) == TWS_RESET ) { in tws_reset()
1197 if ( tws_get_state(sc) != TWS_RESET ) { in tws_reset_cb()
H A Dtws.c71 uint8_t tws_get_state(struct tws_softc *sc);
766 tws_get_state(struct tws_softc *sc) in tws_get_state() function