Home
last modified time | relevance | path

Searched refs:SPC_ABORTING (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/x68k/dev/
H A Dmhavar.h166 #define SPC_ABORTING 0x20 /* Bailing out */ macro
H A Dmha.c475 sc->sc_flags |= SPC_ABORTING; in mha_init()
829 if (sc->sc_flags & SPC_ABORTING) in mha_sched()
1367 sc->sc_flags |= SPC_ABORTING; in mha_msgout()
1388 sc->sc_flags |= SPC_ABORTING; in mha_msgout()
1935 sc->sc_flags |= SPC_ABORTING; in mha_abort()
/netbsd-src/sys/dev/ic/
H A Dmb89352var.h153 #define SPC_ABORTING 0x02 /* Bailing out */ macro
H A Dmb89352.c1315 sc->sc_flags |= SPC_ABORTING; in spc_msgout()
1336 sc->sc_flags |= SPC_ABORTING; in spc_msgout()
1869 if ((sc->sc_flags & SPC_ABORTING) == 0) { in spc_intr()