Searched refs:TWE_STATE_DETACHING (Results 1 – 2 of 2) sorted by relevance
87 if (sc->twe_state & TWE_STATE_DETACHING) { in twe_open()451 sc->twe_state |= TWE_STATE_DETACHING; in twe_detach()459 sc->twe_state &= ~TWE_STATE_DETACHING; in twe_detach()
138 #define TWE_STATE_DETACHING (1<<6) /* controller is being shut down */ macro