Home
last modified time | relevance | path

Searched refs:tws_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws.c719 sc->tws_state = TWS_INIT; in tws_send_event()
723 if (sc->tws_state != TWS_INIT) { in tws_send_event()
726 sc->tws_state = TWS_ONLINE; in tws_send_event()
732 if (sc->tws_state != TWS_RESET) { in tws_send_event()
734 sc->tws_state = TWS_RESET; in tws_send_event()
739 if (sc->tws_state != TWS_RESET) { in tws_send_event()
747 if (sc->tws_state != TWS_ONLINE) { in tws_send_event()
750 sc->tws_state = TWS_OFFLINE; in tws_send_event()
755 if ((sc->tws_state != TWS_ONLINE) && (sc->tws_state != TWS_OFFLINE)) { in tws_send_event()
758 sc->tws_state = TWS_UNINIT; in tws_send_event()
[all …]
H A Dtws.h220 u_int8_t tws_state; /* driver state */ member