Home
last modified time | relevance | path

Searched refs:NCR_ABORTING (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dncr5380sbc.c414 if (sr && (sc->sc_state & NCR_ABORTING) == 0)
502 sc->sc_state |= NCR_ABORTING; in ncr5380_abort()
750 if (sc->sc_state & NCR_ABORTING) { in ncr5380_done()
810 const bool aborting = sc->sc_state & NCR_ABORTING;
912 sc->sc_state |= NCR_ABORTING; in ncr5380_sched()
972 sc->sc_state |= NCR_ABORTING; in ncr5380_sched()
993 /* Not an error, so do not set NCR_ABORTING */ in ncr5380_sched()
1273 sc->sc_state |= NCR_ABORTING; in ncr5380_reselect()
1293 sc->sc_state &= ~NCR_ABORTING;
1750 sc->sc_state |= NCR_ABORTING; in ncr5380_msg_in()
[all...]
H A Dncr5380var.h178 #define NCR_ABORTING 0x02 /* Bailing out */ macro
H A Dncr53c9xvar.h355 #define NCR_ABORTING 0x02 /* Bailing out */ macro
H A Dncr53c9x.c1995 sc->sc_flags |= NCR_ABORTING; in ncr53c9x_msgout()
2010 sc->sc_flags |= NCR_ABORTING; in ncr53c9x_msgout()
2332 if ((sc->sc_flags & NCR_ABORTING) == 0) { in ncr53c9x_intr()
/netbsd-src/sys/arch/sun3/dev/
H A Dsi_obio.c460 ncr_sc->sc_state |= NCR_ABORTING; in si_obio_dma_stop()
466 if (ncr_sc->sc_state & NCR_ABORTING) in si_obio_dma_stop()
480 ncr_sc->sc_state |= NCR_ABORTING; in si_obio_dma_stop()
506 ncr_sc->sc_state |= NCR_ABORTING; in si_obio_dma_stop()
H A Dsi_vme.c467 ncr_sc->sc_state |= NCR_ABORTING; in si_vme_dma_stop()
473 if (ncr_sc->sc_state & NCR_ABORTING) in si_vme_dma_stop()
506 ncr_sc->sc_state |= NCR_ABORTING; in si_vme_dma_stop()
H A Dsi_sebuf.c467 if (ncr_sc->sc_state & NCR_ABORTING) in se_dma_stop()
490 ncr_sc->sc_state |= NCR_ABORTING; in se_dma_stop()
675 if (ncr_sc->sc_state & NCR_ABORTING) in se_dma_poll()
H A Dsi.c225 sc->ncr_sc.sc_state |= NCR_ABORTING; in si_intr()
387 if (ncr_sc->sc_state & NCR_ABORTING) in si_dma_poll()
/netbsd-src/sys/arch/sparc/dev/
H A Dsw.c418 sc->ncr_sc.sc_state |= NCR_ABORTING; in sw_intr()
592 if (ncr_sc->sc_state & NCR_ABORTING) in sw_dma_poll()
861 ncr_sc->sc_state |= NCR_ABORTING; in sw_dma_stop()
866 if (ncr_sc->sc_state & NCR_ABORTING) in sw_dma_stop()
/netbsd-src/sys/dev/vme/
H A Dsi.c384 sc->ncr_sc.sc_state |= NCR_ABORTING; in si_intr()
564 if (ncr_sc->sc_state & NCR_ABORTING) in si_dma_poll()
817 ncr_sc->sc_state |= NCR_ABORTING; in si_dma_stop()
822 if (ncr_sc->sc_state & NCR_ABORTING) in si_dma_stop()
/netbsd-src/sys/arch/news68k/dev/
H A Dsi.c375 if (ncr_sc->sc_state & NCR_ABORTING) in si_dma_stop()
/netbsd-src/sys/arch/mac68k/dev/
H A Dsbc.c784 if ((ncr_sc->sc_state & NCR_ABORTING) == 0) { in sbc_dma_stop()