Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/twe/
HDtwe_freebsd.c87 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()
HDtwevar.h138 #define TWE_STATE_DETACHING (1<<6) /* controller is being shut down */ macro