Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
H A Dtwe_freebsd.c1066 tr->tr_sc->twe_state |= TWE_STATE_CTLR_BUSY; in twe_setup_data_dmamap()
1091 if (sc->twe_state & (TWE_STATE_CTLR_BUSY | TWE_STATE_FRZN)) { in twe_map_request()
1142 sc->twe_state |= TWE_STATE_CTLR_BUSY; in twe_map_request()
H A Dtwevar.h151 #define TWE_STATE_CTLR_BUSY (1<<5) /* controller cmd queue full */ macro
H A Dtwe.c409 if (sc->twe_state & (TWE_STATE_CTLR_BUSY | TWE_STATE_FRZN)) in twe_startio()
1211 sc->twe_state &= ~TWE_STATE_CTLR_BUSY; in twe_done()