Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dtwa.c492 if (__predict_false((tr->tr_sc->twa_sc_flags & in twa_release_request()
494 tr->tr_sc->twa_sc_flags &= ~TWA_STATE_REQUEST_WAIT; in twa_release_request()
1451 sc->twa_sc_flags = 0;
1932 if ((twa->twa_sc_flags & TWA_STATE_OPEN) != 0)
1935 twa->twa_sc_flags |= TWA_STATE_OPEN;
1950 twa->twa_sc_flags &= ~TWA_STATE_OPEN;
2578 sc->twa_sc_flags |= TWA_STATE_IN_RESET;
2617 sc->twa_sc_flags &= ~TWA_STATE_IN_RESET;
2912 sc->twa_sc_flags |= TWA_STATE_REQUEST_WAIT;
3126 ((sc->twa_sc_flags & TWA_STATE_IN_RESET) == 0)) {
H A Dtwavar.h93 uint32_t twa_sc_flags; member